以前phpbb2
在includes/ 內
會有page_header.php 和 page_footer.php
知不知在phpbb3下
跑到那裡去?
header.php 在哪?_?
版主: 版主管理群
Re: header.php 在哪?_?
已經取消該部份的使用方式。
改成使用 Function 方式呼叫,並在樣版中使用 Include 的方式去加入其他的樣版檔案。
若您是要修改和 page_header 相關的程式,請至以下檔案
includes/functions.php
修改
function page_header()
的內容
改成使用 Function 方式呼叫,並在樣版中使用 Include 的方式去加入其他的樣版檔案。
若您是要修改和 page_header 相關的程式,請至以下檔案
includes/functions.php
修改
function page_header()
的內容

