在Drupal 6中有类似于is_page(如word press)的函数吗?
这样,我就可以在page.tpl.php中隐藏主导航菜单(使用echo语句打印)。
page.tpl.php
我的要求是隐藏某些页面中的导航菜单(自定义主题)。
发布于 2013-06-28 02:50:45
有德鲁帕尔_是_前面_页面
Check if the current page is the front page。
Check if the current page is the front page
布尔值:如果当前页是首页,则为TRUE;否则为FALSE。
https://drupal.stackexchange.com/questions/77732
相似问题