在我的网站上我似乎无法更改index.php页面中的标题,我没有创建这个代码所以我最初没有创建标题,index.php看起来像这样`
$result = mysql_query ("SELECT * FROM news ORDER BY i DESC");
while ($new = mysql_fetch_assoc($result)){ $news[] = $new; }
$smarty->assign('iplogged', $news);
$smarty->display("class.index.tpl");
$smarty->display("class.footer.tpl");
?>
标题是vDod - Dashboard但是我想要更改它,我不知道怎么做,在该代码中编辑任何内容会在所有页面上给我一个错误,说明“不允许直接访问”
答案 0 :(得分:0)
一切都好!我在init.php中找到了标题前缀,所以我设法更改了解决它的标题前缀。