9 lines
248 B
PHP
9 lines
248 B
PHP
<?php
|
|
$d['layout']['header_title'] = "마이홈";
|
|
$d['layout']['header_file'] = "";
|
|
$d['layout']['header_search'] = "true";
|
|
$d['layout']['header_noti'] = "true";
|
|
$d['layout']['main_type'] = "postAllFeed";
|
|
$d['layout']['kakao_key'] = "";
|
|
?>
|