summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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