From: <var...@us...> - 2012-11-14 10:11:41
|
Revision: 8424 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8424&view=rev Author: vargenau Date: 2012-11-14 10:11:31 +0000 (Wed, 14 Nov 2012) Log Message: ----------- Use list instead of tables for menu Modified Paths: -------------- trunk/themes/fusionforge/templates/body.tmpl Modified: trunk/themes/fusionforge/templates/body.tmpl =================================================================== --- trunk/themes/fusionforge/templates/body.tmpl 2012-11-14 10:06:55 UTC (rev 8423) +++ trunk/themes/fusionforge/templates/body.tmpl 2012-11-14 10:11:31 UTC (rev 8424) @@ -1,18 +1,11 @@ <?php if ($WikiTheme->DUMP_MODE) { ?> <body> <?php } ?> -<table width="100%" cellpadding="0" cellspacing="0"> -<tr> -<td valign="top"> <?php global $HIDE_TOOLBARS; if (!$HIDE_TOOLBARS) { ?> -<div class="toolpalettes"> -<div class="toolbar"> <?php echo Template('actionbar') ?> -</div> -</div> <?php } ?> <div id="content"> <?php @@ -40,9 +33,6 @@ </h1> <?php echo $CONTENT ?> </div> -</td> -</tr> -</table> <?php echo Template('bottom') ?> <?php if ($WikiTheme->DUMP_MODE) { ?> </body> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |