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:
| FIX: JHTMLicon not supported. File not found. |
|
|
|
| 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! |