如何在跟目录文件1111.php里调用:includes/template/chanelwatches/common/html_header.php文件??
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>test</title>
</head>
<body>
<?php
require($template->get_template_dir('html_header.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/html_header.php');
?>
<?php
include(”includes/template/chanelwatches/common/html_header.php“);
?>
</body>
</html>
以上两种方法都无法调用出html_header.php文件,网站头部
大家帮小弟看看问题出在哪?



News