Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
PunBB 上有 is_front() 函数吗?我有一些首页特定项目。我该如何放置它们?谢谢!
主页是index.php其他不使用的。或者我不明白你所说的“前面”是什么意思。
index.php
我在这里得到了一个解决方案,http ://punbb.informer.com/forums/topic/24871/checking-if-it-is-front-page/ 方法是
if (FORUM_PAGE == 'index')