Skip to content

Instantly share code, notes, and snippets.

@julienV
Created December 5, 2013 14:03
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save julienV/7805612 to your computer and use it in GitHub Desktop.
Save julienV/7805612 to your computer and use it in GitHub Desktop.
How to allow template override for your extension image files in joomla (media/com_mycomponent/images/). just put the image to override in templates/<template>/images/com_mycomponent/
$img = JHTML::image('com_mycomponent/my_image.png',
JText::_('COM_MYCOMPONENT_MY_IMAGE_ALT'),
array('class' => 'myimg'),
true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment