summaryrefslogtreecommitdiffstats
path: root/usr/local/www/pkg_mgr_install.php
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2013-07-17 12:29:06 -0300
committerRenato Botelho <garga@FreeBSD.org>2013-07-17 12:29:27 -0300
commit09f26fb7c59e0e9b1b733359f719b071b89fe3b0 (patch)
tree6ca6c48165fe6ddeedd0834b690f9f76aca3e815 /usr/local/www/pkg_mgr_install.php
parentdc3fc54a081841d11bed9bbfba324c77827b70da (diff)
downloadpfsense-09f26fb7c59e0e9b1b733359f719b071b89fe3b0.zip
pfsense-09f26fb7c59e0e9b1b733359f719b071b89fe3b0.tar.gz
Remove remaining hardcoded theme names
Diffstat (limited to 'usr/local/www/pkg_mgr_install.php')
-rwxr-xr-xusr/local/www/pkg_mgr_install.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/pkg_mgr_install.php b/usr/local/www/pkg_mgr_install.php
index 45d5f42..7959b0a 100755
--- a/usr/local/www/pkg_mgr_install.php
+++ b/usr/local/www/pkg_mgr_install.php
@@ -80,15 +80,15 @@ include("head.inc");
<td class="tabcont" align="center">
<table style="height:15;colspacing:0" width="420" border="0" cellpadding="0" cellspacing="0" summary="images">
<tr>
- <td style="background:url('./themes/the_wall/images/misc/bar_left.gif')" height="15" width="5"></td>
+ <td style="background:url('./themes/<?=$g['theme'];?>/images/misc/bar_left.gif')" height="15" width="5"></td>
<td>
<table id="progholder" style="height:15;colspacing:0" width="410" border="0" cellpadding="0" cellspacing="0" summary="progress bar">
- <tr><td style="background:url('./themes/the_wall/images/misc/bar_gray.gif')" valign="top" align="left">
+ <tr><td style="background:url('./themes/<?=$g['theme'];?>/images/misc/bar_gray.gif')" valign="top" align="left">
<img src='./themes/<?= $g['theme']; ?>/images/misc/bar_blue.gif' width="0" height="15" name="progressbar" id="progressbar" alt="progress bar" />
</td></tr>
</table>
</td>
- <td style="background:url('./themes/the_wall/images/misc/bar_right.gif')" height="15" width="5">
+ <td style="background:url('./themes/<?=$g['theme'];?>/images/misc/bar_right.gif')" height="15" width="5">
</td>
</tr>
</table>
OpenPOWER on IntegriCloud