From: <ce...@us...> - 2004-01-08 15:08:31
|
Update of /cvsroot/csseditor/htdocs/templates In directory sc8-pr-cvs1:/tmp/cvs-serv15379/templates Modified Files: common.php Log Message: Hide footer div when there's nothing to display in the footer Index: common.php =================================================================== RCS file: /cvsroot/csseditor/htdocs/templates/common.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** common.php 8 Jan 2004 14:19:10 -0000 1.5 --- common.php 8 Jan 2004 15:08:25 -0000 1.6 *************** *** 127,131 **** global $FindScript, $pagestore; ?> ! <div id="footer"> <div id="toolbar-bottom"> <?php --- 127,133 ---- global $FindScript, $pagestore; ?> ! <?php if ($args['twin'] || $args['edit'] || $args['editver'] ! || $args['history'] || $args['timestamp']) { ?> ! <div id="footer"> <div id="toolbar-bottom"> <?php *************** *** 163,166 **** --- 165,169 ---- </div> </div> + <?php } ?> </body> </html> |