Elxis CMS Forum
Extensions => Modules => Topic started by: rentasite on July 13, 2009, 00:25:06
-
Hi,
how can i disappear that "Manufacturers" text link, in that specific IOS eshop module ?
Thanks
[attachment deleted by admin]
-
From the language perhaps ::)
-
No! I think its somewhere in the code.
-
Open modules/mod_eshop_manufacturers.php
remove L126-127
$link = sefRelToAbs('index.php?option=com_eshop&task=manufacturers&Itemid='.$this->_Itemid, 'com_eshop/manufacturers/');
echo '<br /><a href="'.$link.'" title="'.$this->eshop->lng->MANUFACTURERS.'">'.$this->eshop->lng->MANUFACTURERS."</a>\n";
-
Thanks Yianni
-
;)