summaryrefslogtreecommitdiffstats
path: root/usr/local/www/progress.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/progress.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/progress.php')
-rwxr-xr-xusr/local/www/progress.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/progress.php b/usr/local/www/progress.php
index 80a7ff6..e65d6d1 100755
--- a/usr/local/www/progress.php
+++ b/usr/local/www/progress.php
@@ -63,14 +63,14 @@ if (!$X) {
<br>
<table width="100%" height="15" colspacing="0" cellpadding="0" cellspacing="0" border="0" align="top" nowrap>
- <td width="5" height="15" background="bar_left.gif" align="top"></td>
+ <td width="5" height="15" background="./themes/<?= $g['theme']; ?>/images/misc/bar_left.gif" align="top"></td>
<td>
<table WIDTH="100%" height="15" colspacing="0" cellpadding="0" cellspacing="0" border="0" align="top" nowrap>
- <td background="bar_gray.gif"><?echo("<img src='bar_blue.gif' height='15' WIDTH='$meter%'>");?></td>
+ <td background="./themes/<?= $g['theme']; ?>/images/misc/bar_gray.gif"><?echo("<img src='./themes/".$g['theme']."/images/misc/bar_blue.gif' height='15' WIDTH='$meter%'>");?></td>
</table>
</td>
- <td width="5" height="15" background="bar_right.gif" align="top"></td>
+ <td width="5" height="15" background="./themes/<?= $g['theme']; ?>/images/misc/bar_right.gif" align="top"></td>
</table>
OpenPOWER on IntegriCloud