summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Cornelius P. Umacob <simoncpu@gmail.com>2009-01-29 20:49:58 +0800
committerSimon Cornelius P. Umacob <simoncpu@gmail.com>2009-01-29 20:49:58 +0800
commitf668d1597294dd35244cd4dc0d76626b58336b2d (patch)
tree18318c4a5e49931d49d35562f205663177156dc8
parent9bf48f3f58596e29177b4ce4d11177d5150e7e53 (diff)
downloadpfsense-f668d1597294dd35244cd4dc0d76626b58336b2d.zip
pfsense-f668d1597294dd35244cd4dc0d76626b58336b2d.tar.gz
fixed syntax error
-rwxr-xr-xusr/local/www/services_usermanager.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/services_usermanager.php b/usr/local/www/services_usermanager.php
index 33a1538..18ea9d2 100755
--- a/usr/local/www/services_usermanager.php
+++ b/usr/local/www/services_usermanager.php
@@ -193,7 +193,7 @@ END;
echo <<<END
<tr>
<td class="list" colspan="3"></td>
- <td class="list"> <a href="services_usermanager.php?act=new"><img src="./themes/".$g['theme']."/images/icons/icon_plus.gif" width="17" height="17" border="0"></a></td>
+ <td class="list"> <a href="services_usermanager.php?act=new"><img src="./themes/".{$g['theme']}."/images/icons/icon_plus.gif" width="17" height="17" border="0"></a></td>
</tr>
</table>
END;
OpenPOWER on IntegriCloud