mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Inculde wizard.css if it exists
This commit is contained in:
parent
a2336a7d62
commit
0e14530ed4
@ -150,7 +150,12 @@ include("head.inc");
|
||||
|
||||
?>
|
||||
<body link="#0000CC" vlink="#0000CC" alink="#0000CC" onLoad="enablechange();">
|
||||
<link rel="stylesheet" href="/themes/<?=$g['theme']?>/all.css" media="all" />
|
||||
<?php
|
||||
if(file_exists("/usr/local/www/themes/{$g['theme']}/wizard.css"))
|
||||
echo "<link rel=\"stylesheet\" href=\"/themes/{$g['theme']}/wizard.css\" media=\"all\" />\n";
|
||||
else
|
||||
echo "<link rel=\"stylesheet\" href=\"/themes/{$g['theme']}/all.css\" media=\"all\" />";
|
||||
?>
|
||||
<?php if($pkg['step'][$stepid]['fields']['field'] <> "") { ?>
|
||||
<script language="JavaScript">
|
||||
<!--
|
||||
|
||||
Loading…
Reference in New Issue
Block a user