8 lines
215 B
PHP
8 lines
215 B
PHP
<?php
|
|
$d['layout']['header_title'] = "마이홈";
|
|
$d['layout']['header_file'] = "";
|
|
$d['layout']['header_search'] = "true";
|
|
$d['layout']['header_login'] = "true";
|
|
$d['layout']['main_dashboard'] = "false";
|
|
?>
|