joomla - 500 JHtml image not found -
i using joomla 3.1
please fix error 500 jhtml
image not found.
<?php $link=jroute::_('index.php?option=com_joomleague&task=project.edit&cid[]='.$this->project->id); $text=jtext::_('com_joikomleague_p_menu_psettings'); $imagefile='icon-48-projectsettings.png'; $linkparams="<span>$text</span> "; $image=jhtml::_('image.administrator',$imagefile,$path,null,null,$text).$linkparams; ?>
the method you're requesting, jhtmlimage::administrator()
, not exist in joomla! 3. suggest take @ jhtml::image()
method replacement.
Comments
Post a Comment