PDA

View Full Version : Remove powered by content from system



Nageswaran Kumaresan
April 20, 2017, 11:07 AM
Hi,

Are there any proper ways to remove "powered by Flynax Classifieds Software" content from system?

Viktor
April 20, 2017, 12:41 PM
Hello Nageswaran Kumaresan,

Go to ftp://templates>>your_template>>tpl>>footer_data.tpl

find code:



<div>
&copy; {$smarty.now|date_format:'%Y'}, {$lang.powered_by}
<a title="{$lang.powered_by} {$lang.copy_rights}" href="{$lang.flynax_url}">{$lang.copy_rights}</a>
</div>


and remove it.