标签: php joomla2.5
我正在使用Joomla 2.5,我希望在我的文章之外显示页面标题。不是页面标题,我想要页面标题。添加菜单项时可以设置自定义页面标题,该选项列在“页面显示选项”选项卡
我有php代码来显示页面标题,如下所示 文件:/docs/templates/site/index.php
<h1><?$document = &JFactory::getDocument();echo $document->getTitle();?></h1>