Zaragoza Online
Síguenos en Twitter
This is the Zaragoza Online Joomla 1.5 extensions section, please visit () for the new Joomla 1.7 and 1.8 section!

Note that these extensions are no longer supported, however we leave here published for free download.
If you want to contact the developer, you can contact me on twitter:
 

Ciro Artigot @CiroArtigot
 

 

 

FIX: JHTMLicon not supported. File not found. PDF Imprimir Correo electrónico
Escrito por Milton Rodriguez   
Sábado 12 de Septiembre de 2009 19:57
Nah, Just Add the following line to the view.php file in the com_taxonomy folder and you should be ok. It worked for me perfectly.
===================
Find this line:
===================

JHTML::addIncludePath(JPATH_COMPONENT.DS.'helpers')

==========================
and under it add this one:
==========================

JHTML::addIncludePath(JPATH_BASE.DS.'components'.DS.'com_content'.DS.'helpers')




That should do it!