summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_nanobsd.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/diag_nanobsd.php
parentbcf4b8ccf6661a3e2f8e7202814fb1bd80814a4c (diff)
downloadpfsense-7bc1b96813be68982c14f244b0ac82ccc14e84af.zip
pfsense-7bc1b96813be68982c14f244b0ac82ccc14e84af.tar.gz
Remove remaining hardcoded theme names
Diffstat (limited to 'usr/local/www/diag_nanobsd.php')
-rwxr-xr-xusr/local/www/diag_nanobsd.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/diag_nanobsd.php b/usr/local/www/diag_nanobsd.php
index df3a7e4..54b4bf1 100755
--- a/usr/local/www/diag_nanobsd.php
+++ b/usr/local/www/diag_nanobsd.php
@@ -69,7 +69,7 @@ if($_POST['bootslice']) {
$statusmsg = gettext("Setting slice information, please wait...");
echo <<<EOF
<div id="loading">
- <img src="/themes/metallic/images/misc/loader.gif">
+ <img src="/themes/{$g['theme']}/images/misc/loader.gif">
$statusmsg
<p/>&nbsp;
</div>
@@ -85,7 +85,7 @@ if($_POST['destslice']) {
$statusmsg = gettext("Duplicating slice. Please wait, this will take a moment...");
echo <<<EOF
<div id="loading">
- <img src="/themes/metallic/images/misc/loader.gif">
+ <img src="/themes/{$g['theme']}/images/misc/loader.gif">
$statusmsg
<p/>&nbsp;
</div>
OpenPOWER on IntegriCloud