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:06 -0300
commit7bc1b96813be68982c14f244b0ac82ccc14e84af (patch)
tree4f91ee60f439d2fadb9303cffb1b7b1f5c27691a /usr/local/www/pkg_mgr_install.php
parentbcf4b8ccf6661a3e2f8e7202814fb1bd80814a4c (diff)
downloadpfsense-7bc1b96813be68982c14f244b0ac82ccc14e84af.zip
pfsense-7bc1b96813be68982c14f244b0ac82ccc14e84af.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