How to remove the Framework logo from the bottom of the page?

GK User
Tue Sep 06, 2011 10:12 am
how toremove the Framework logo from the bottom of the page?
User avatar
Expert Boarder

GK User
Tue Sep 06, 2011 10:22 am
Go to the "/templates/{your-template-name}/layouts/default.php" for default layout, then find and comment out (or remove) the following:
Code: Select all
<?php if($this->_tpl->params->get('t3_logo')) : ?>
<a href="http://wiki.joomlart.com/wiki/JA_Template_Framework/Overview" target="_blank" id="t3_logo">Powered by T3 Framework</a>
<?php endif; ?>
User avatar
Fresh Boarder

GK User
Tue Sep 06, 2011 10:46 am
thank you but
I have looked and cannot see the code. Any other idea?
User avatar
Expert Boarder

GK User
Tue Sep 06, 2011 10:52 am
Could you tell me which template are you using?
User avatar
Fresh Boarder

GK User
Tue Sep 06, 2011 10:56 am
black and white 1.7
User avatar
Expert Boarder

GK User
Tue Sep 06, 2011 11:10 am
Go to the "/templates/{your-template-name}/params.ini and change:
Code: Select all
t3_logo=1

to:
Code: Select all
t3_logo=0
User avatar
Fresh Boarder

GK User
Tue Sep 06, 2011 11:23 am
sorry but no such file is there
User avatar
Expert Boarder


cron