Update of /cvsroot/phpwsbb/phpwsbb/class
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2374/class
Modified Files:
Thread.php
Log Message:
Reimplementing the thread options bar at the bottom of the view thread screen
Index: Thread.php
===================================================================
RCS file: /cvsroot/phpwsbb/phpwsbb/class/Thread.php,v
retrieving revision 1.49
retrieving revision 1.50
diff -C2 -d -r1.49 -r1.50
*** Thread.php 9 Apr 2004 01:01:43 -0000 1.49
--- Thread.php 22 Apr 2004 14:26:40 -0000 1.50
***************
*** 243,246 ****
--- 243,248 ----
}
+ $content .= PHPWS_Template::processTemplate($tags, "phpwsbb", "view_thread.tpl");
+
return $content;
|