Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
This topic contains 1 reply, has 2 voices, and was last updated by iammontoya 7 years, 1 month ago.
The topic ‘Remove the "DESIGNED BY JOOMLART.COM."’ is closed to new replies.
You can find the answer to this in the documentation. Scroll down to the bottom of the documentation in the area it talks about copyright. You basically have to change a file that is in templates/yourtemplate/html/mods… etc…
I’ll post the exact location in a minute.
To change the copyrights info, open the templates/ja_smallbiz/html/mod_footer/default.php file, find the following info and change to what you want.
<?php echo $lineone; ?> Designed by <a href="http://www.joomlart.com/" title="Visit Joomlart.com!" <?php echo methodexists(‘T3’, ‘isHome’) && T3::isHome() ? ” : ‘rel="nofollow"’ ?>>JoomlArt.com.
<?php echo JText::( ‘MOD_FOOTER_LINE2’ ); ?>
1 user says Thank You to iammontoya for this useful post
This topic contains 1 reply, has 2 voices, and was last updated by iammontoya 7 years, 1 month ago.
The topic ‘Remove the "DESIGNED BY JOOMLART.COM."’ is closed to new replies.