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

5 lines
227 B
PHP

<?php
$d['admdash']['title'] = 'System Environment'; //타이틀
$d['admdash']['col'] = '6'; // 가로폭 100% = 12 , 50% = 6
$d['admdash']['more'] = $g['s'].'/?r='.$r.'&amp;m=admin&amp;module=admin'; // 더보기 링크
?>