summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-11-23 21:27:30 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-11-23 21:27:30 +0000
commitcb2deda8d4a795bc99b1ba1d2d56b1e56142bcb5 (patch)
tree4847774058f77c59692c1b21e620260573712feb
parent753393cebe590f7848d4505c23ddef953018397a (diff)
downloadpfsense-cb2deda8d4a795bc99b1ba1d2d56b1e56142bcb5.zip
pfsense-cb2deda8d4a795bc99b1ba1d2d56b1e56142bcb5.tar.gz
Use / as relative begining path
-rwxr-xr-xusr/local/www/guiconfig.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/guiconfig.inc b/usr/local/www/guiconfig.inc
index 0ebe5b0..2ddda6f 100755
--- a/usr/local/www/guiconfig.inc
+++ b/usr/local/www/guiconfig.inc
@@ -204,7 +204,7 @@ function print_info_box_np($msg) {
echo " <td>\n";
echo " <div style='background-color:#990000' id='redbox'>\n";
echo " <table width='100%'><tr><td width='8%'>\n";
- echo " &nbsp;&nbsp;&nbsp;<img style='vertical-align:middle' src=\"./themes/".$g['theme']."/images/icons/icon_exclam.gif\" width=\"28\" height=\"32\">\n";
+ echo " &nbsp;&nbsp;&nbsp;<img style='vertical-align:middle' src=\"/themes/".$g['theme']."/images/icons/icon_exclam.gif\" width=\"28\" height=\"32\">\n";
echo " </td>\n";
echo " <td width='70%'><font color='white'><b>{$msg}</b></font>\n";
echo " </td>";
OpenPOWER on IntegriCloud