From: <var...@us...> - 2009-10-19 15:11:59
|
Revision: 7223 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7223&view=rev Author: vargenau Date: 2009-10-19 15:11:50 +0000 (Mon, 19 Oct 2009) Log Message: ----------- Add template usage Modified Paths: -------------- trunk/themes/default/templates/categorypage.tmpl trunk/themes/default/templates/forumadd.tmpl Modified: trunk/themes/default/templates/categorypage.tmpl =================================================================== --- trunk/themes/default/templates/categorypage.tmpl 2009-10-19 14:37:50 UTC (rev 7222) +++ trunk/themes/default/templates/categorypage.tmpl 2009-10-19 15:11:50 UTC (rev 7223) @@ -1,5 +1,6 @@ <?php rcs_id('$Id$'); + // This template is used for the CategoryPage plugin. ?> <div class="categorypage categorypage-form"> Modified: trunk/themes/default/templates/forumadd.tmpl =================================================================== --- trunk/themes/default/templates/forumadd.tmpl 2009-10-19 14:37:50 UTC (rev 7222) +++ trunk/themes/default/templates/forumadd.tmpl 2009-10-19 15:11:50 UTC (rev 7223) @@ -1,7 +1,7 @@ <?php rcs_id('$Id$'); + // This template is used for the WikiForum plugin. ?> - <div class="wikiforum wikiforum-reply"> <form action="<?=$request->getPostURL()?>" method="post" class="wikiaction" accept-charset="<?=CHARSET?>"> @@ -25,4 +25,3 @@ </table> </form> </div> - This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |