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>&nbsp;"; $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

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -