Commit d9a0054b authored by Franco Fichtner's avatar Franco Fichtner

wizard: remove unused theme code that points to nowhere

parent 20118288
......@@ -164,15 +164,8 @@ do {
$closehead = false;
$pgtitle = array($title);
include("head.inc");
/*
if(file_exists("/usr/local/www/themes/{$g['theme']}/wizard.css"))
echo "<link type=\"text/css\" rel=\"stylesheet\" href=\"/themes/{$g['theme']}/wizard.css\" media=\"all\" />\n";
else
echo "<link type=\"text/css\" rel=\"stylesheet\" href=\"/themes/{$g['theme']}/all.css\" media=\"all\" />";
*/
?>
<body>
<? include("fbegin.inc"); ?>
......@@ -335,10 +328,6 @@ function showchange() {
</header>
<? endif; ?>
<!--<a href="<?=$ip;?>"><img border="0" src="./themes/<?= $g['theme']; ?>/images/logo.gif" alt="logo" /></a> -->
<div class="content-box-main">
<div style="padding:20px !important;">
<p><br /><?=fixup_string($description) ?></p>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment