Files
2023-04-17 11:06:08 +09:00

5 lines
182 B
PHP

<?php
$d['admdash']['title'] = _LANG('1001','widget'); //타이틀
$d['admdash']['col'] = '6'; // 가로폭 100% = 12 , 50% = 6
$d['admdash']['more'] = ''; // 더보기 링크
?>