[Solved] DisplayImage in Front-End
Posted: Sat Mar 22, 2008 3:11 pm
Hi,
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):
I guess I could use the same method for the front end, but it is safe?
Thanks in advance.
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.