require('includes/application_top.php');
今のところ関係ない
require($code_page_directory . '/' . $value);
わからない。。。
require($template->get_template_dir('html_header.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/html_header.php');
わからない。。。
require($template->get_template_dir('main_template_vars.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/main_template_vars.php');
わからない。。。
require($template->get_template_dir('tpl_main_page.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/tpl_main_page.php');
ヘッダー部分に入る、HTML等を入れている
今回は、ロゴや、ナビゲーション等のヘッダーHTMLを入れている
$header_template = 'tpl_header.php';
$footer_template = 'tpl_footer.php';
$left_column_file = 'column_left.php';
$right_column_file = 'column_right.php';
最終更新:2007年07月12日 14:23