For some reason it says MOD_FOOTER_LINE2 - Joomla! Forum - community, help and support
for reason says mod_footer_line2 on footer of website know how remove this! please help!
withymoo wrote:for reason says mod_footer_line2 on footer of website know how remove this! please help!![]()
this called "template override" , protec t changes against upgrades in future:
1. make folder called "mod_footer" in html folder of template
2. copy file /modules/mod_footer/tmpl/default.php folder made
line 14 you'll see:
code: select all
<div class="footer2<?php echo $moduleclass_sfx ?>"><?php echo jtext::_('mod_footer_line2'); ?></div>
change to:
code: select all
<!--<div class="footer2<?php echo $moduleclass_sfx ?>"><?php echo jtext::_('mod_footer_line2'); ?></div>-->
hope helps you!
Comments
Post a Comment