Prepare for conditional syntax highlighting

git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@110 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
jakubvrana 2007-07-11 05:29:53 +00:00
parent 1dba2541a1
commit 69577cb307

View file

@ -23,11 +23,14 @@ TABLE { margin-top: 1em; }
#menu { position: absolute; top: 8px; left: 8px; width: 15em; overflow: auto; white-space: nowrap; }
#content { margin-left: 16em; }
</style>
<?php if ($_SESSION["highlight"] == "jush") { ?>
<style type="text/css">@import url(http://jush.info/jush.css);</style>
<script type="text/javascript" src="http://jush.info/jush.js" defer="defer"></script>
<script type="text/javascript">body.onload = function () { jush.highlight_tag('pre'); }</script>
<?php } ?>
</head>
<body onload="jush.highlight_tag('pre');">
<body>
<div id="content">
<?php