forked from science-ation/science-ation
Put the debug DIV in a sensible location
This commit is contained in:
parent
abd1fda6fe
commit
792a581357
@ -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>";
|
||||
?>
|
||||
<div id="debug" style="display:<?=($_SESSION['debug']=='true')?'block':'none'?>"></div>
|
||||
</div>
|
||||
<div id="debug" style="display:<?=($_SESSION['debug']=='true')?'block':'none'?>"></div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@ -656,6 +656,7 @@ if($lastdigit%2!=0)
|
||||
echo "SFIAB Version ".$config['version'];
|
||||
?>
|
||||
</div>
|
||||
<div id="debug" style="display:<?=($_SESSION['debug']=='true')?'block':'none'?>"></div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
x
Reference in New Issue
Block a user