-
AuthorPosts
-
helenschormann Friend
helenschormann
- Join date:
- September 2010
- Posts:
- 65
- Downloads:
- 0
- Uploads:
- 16
- Thanks:
- 17
April 7, 2012 at 5:37 pm #175881Please can someone assist me with this problem. In the attachment I have included an image of what currently shows on my site. Please can you tell me how to remove “Designed by JoomlArt.com”
I have tried modifying the file en-GB.mod_footer.ini with the following code:MOD_FOOTER=”Footer”
MOD_FOOTER_LINE1=”Copyright © %date% %sitename%. All Rights Reserved”
MOD_FOOTER_LINE2=”Site designed by SoftNet.”But for some reason “Designed by JoomlArt.com” still shows on the front end.
I have a full JoomlArt membership, so I do not understand why I cannot change this info.
Please advise.
Thank you.
khoand Friend
khoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
April 8, 2012 at 3:57 pm #447763You create a new folder: /templates/ja_tiris/html/mod_footer.
And you create a new file: /templates/ja_tiris/html/mod_footer/default.php with content is
<?php
/**
* @version $Id: default.php 18117 2010-07-13 18:09:01Z infograf768 $
* @package Joomla.Site
* @subpackage mod_footer
* @copyright Copyright (C) 2005 - 2010 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/// no direct access
defined('_JEXEC') or die;
?>
<small><?php echo $lineone; ?></small>
<small><?php echo JText::_( 'MOD_FOOTER_LINE2' ); ?></small>AuthorPostsViewing 2 posts - 1 through 2 (of 2 total)This topic contains 2 replies, has 2 voices, and was last updated by
khoand 12 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Footer info JA Tiris in Joomla 2.5
Viewing 2 posts - 1 through 2 (of 2 total)