test melih
 melih
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • helenschormann Friend
    #175881

    Please 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.


    1. Footer-info
    khoand Friend
    #447763

    You 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>

Viewing 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