Revision f668d159
Added by Simon Cornelius P. Umacob over 16 years ago
usr/local/www/services_usermanager.php | ||
---|---|---|
193 | 193 |
echo <<<END |
194 | 194 |
<tr> |
195 | 195 |
<td class="list" colspan="3"></td> |
196 |
<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>
|
|
196 |
<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>
|
|
197 | 197 |
</tr> |
198 | 198 |
</table> |
199 | 199 |
END; |
Also available in: Unified diff
fixed syntax error