I wanted to ask if there is a method to display an image in the front end (I saw (and currently use) that there is such a method in the admin theme):
Code: Select all
$gCms->variables['admintheme']->DisplayImage('icons/system/edit.gif', $this->Lang('edit'),'','','systemicon')
Thanks in advance.