summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_firmware_auto.php
diff options
context:
space:
mode:
authorErik Kristensen <ekristen@pfsense.org>2005-07-21 00:17:40 +0000
committerErik Kristensen <ekristen@pfsense.org>2005-07-21 00:17:40 +0000
commit677c08696aa3dbffd25fed94c82563773d419b84 (patch)
tree07581017712eff380de9b460d246ba0bfa155d2d /usr/local/www/system_firmware_auto.php
parente8027314283afa07db797d6aaf301d9853de2271 (diff)
downloadpfsense-677c08696aa3dbffd25fed94c82563773d419b84.zip
pfsense-677c08696aa3dbffd25fed94c82563773d419b84.tar.gz
updating files to use theme images
removing images from /usr/local/www adding specific images into the correct theme directories
Diffstat (limited to 'usr/local/www/system_firmware_auto.php')
-rwxr-xr-xusr/local/www/system_firmware_auto.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_firmware_auto.php b/usr/local/www/system_firmware_auto.php
index 15622de..8db6b98 100755
--- a/usr/local/www/system_firmware_auto.php
+++ b/usr/local/www/system_firmware_auto.php
@@ -67,7 +67,7 @@ include("head.inc");
<td>
<!-- progress bar -->
<center>
- <table id="progholder" name="progholder" height='20' border='1' bordercolor='black' width='420' bordercolordark='#000000' bordercolorlight='#000000' style='border-collapse: collapse' colspacing='2' cellpadding='2' cellspacing='2'><tr><td><img border='0' src='progress_bar.gif' width='280' height='23' name='progressbar' id='progressbar'></td></tr></table>
+ <table id="progholder" name="progholder" height='20' border='1' bordercolor='black' width='420' bordercolordark='#000000' bordercolorlight='#000000' style='border-collapse: collapse' colspacing='2' cellpadding='2' cellspacing='2'><tr><td><img border='0' src='./themes/<?= $g['theme']; ?>/images/misc/progress_bar.gif' width='280' height='23' name='progressbar' id='progressbar'></td></tr></table>
<br>
<!-- status box -->
<textarea border='1' bordercolordark='#000000' bordercolorlight='#000000' cols="60" rows="1" name="status" id="status" wrap="hard">
OpenPOWER on IntegriCloud