Update of /cvsroot/phpwsbb/phpwsbb/class
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6969
Modified Files:
Forum.php
Log Message:
Add page titles
Index: Forum.php
===================================================================
RCS file: /cvsroot/phpwsbb/phpwsbb/class/Forum.php,v
retrieving revision 1.45
retrieving revision 1.46
diff -C2 -d -r1.45 -r1.46
*** Forum.php 1 Mar 2006 18:13:07 -0000 1.45
--- Forum.php 6 Mar 2006 00:59:37 -0000 1.46
***************
*** 486,489 ****
--- 486,490 ----
$content = $_SESSION['PHPWSBB_Manager']->_menu($this);
$content .= $this->_view();
+ PHPWS_Layout::addPageTitle($this->getLabel(0));
break;
|