Put the debug DIV in a sensible location

This commit is contained in:
dave 2009-09-17 06:48:52 +00:00
parent abd1fda6fe
commit 792a581357

View File

@ -602,8 +602,8 @@ if(substr($config['version'], -1) % 2 != 0)
} }
echo "<a target=\"blank\" href=\"http://www.sfiab.ca\">SFIAB Version ".$config['version']."{$extra}</a>"; echo "<a target=\"blank\" href=\"http://www.sfiab.ca\">SFIAB Version ".$config['version']."{$extra}</a>";
?> ?>
<div id="debug" style="display:<?=($_SESSION['debug']=='true')?'block':'none'?>"></div>
</div> </div>
<div id="debug" style="display:<?=($_SESSION['debug']=='true')?'block':'none'?>"></div>
</body> </body>
</html> </html>
@ -656,6 +656,7 @@ if($lastdigit%2!=0)
echo "SFIAB Version ".$config['version']; echo "SFIAB Version ".$config['version'];
?> ?>
</div> </div>
<div id="debug" style="display:<?=($_SESSION['debug']=='true')?'block':'none'?>"></div>
</body> </body>
</html> </html>