summaryrefslogtreecommitdiffstats
path: root/usr/local/www/installer
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/installer
parentbcf4b8ccf6661a3e2f8e7202814fb1bd80814a4c (diff)
downloadpfsense-7bc1b96813be68982c14f244b0ac82ccc14e84af.zip
pfsense-7bc1b96813be68982c14f244b0ac82ccc14e84af.tar.gz
Remove remaining hardcoded theme names
Diffstat (limited to 'usr/local/www/installer')
-rw-r--r--usr/local/www/installer/installer.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr/local/www/installer/installer.php b/usr/local/www/installer/installer.php
index 794034e..1110992 100644
--- a/usr/local/www/installer/installer.php
+++ b/usr/local/www/installer/installer.php
@@ -674,16 +674,16 @@ function installing_gui() {
<center>
<table id='pbtable' height='15' width='640' border='0' colspacing='0' cellpadding='0' cellspacing='0'>
<tr>
- <td background="/themes/the_wall/images/misc/bar_left.gif" height='15' width='5'>
+ <td background="/themes/{$g['theme']}/images/misc/bar_left.gif" height='15' width='5'>
</td>
<td>
<table id="progholder" name="progholder" height='15' width='630' border='0' colspacing='0' cellpadding='0' cellspacing='0'>
- <td background="/themes/the_wall/images/misc/bar_gray.gif" valign="top" align="left">
- <img src='/themes/the_wall/images/misc/bar_blue.gif' width='0' height='15' name='progressbar' id='progressbar'>
+ <td background="/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'>
</td>
</table>
</td>
- <td background="/themes/the_wall/images/misc/bar_right.gif" height='15' width='5'>
+ <td background="/themes/{$g['theme']}/images/misc/bar_right.gif" height='15' width='5'>
</td>
</tr>
</table>
OpenPOWER on IntegriCloud