Results 1 to 4 of 4

Hybrid View

  1. #1
    Join Date
    Jan 2009
    Posts
    4
    Plugin Contributions
    0

    Default Copyright not showing!

    Hello! ok I've been through all that forums on this issue and have not been able to resolve this. For some reason the copyright info is not appearing in footer
    http://soflyhair.com/mycart/index.php
    infact every link I want to appear there is not showing at all here is my code, I'd appreciate if anyone can help me with this (please I'm really new and don't know much about coding so please be as specific as you can)



    <?php
    /**
    * Common Template - tpl_footer.php
    *
    * this file can be copied to /templates/your_template_dir/pagename<br />
    * example: to override the privacy page<br />
    * make a directory /templates/my_template/privacy<br />
    * copy /templates/templates_defaults/common/tpl_footer.php to /templates/my_template/privacy/tpl_footer.php<br />
    * to override the global settings and turn off the footer un-comment the following line:<br />
    * <br />
    * $flag_disable_footer = false;<br />
    *
    * @package templateSystem
    * @copyright Copyright 2003-2005 Zen Cart Development Team
    * @copyright Portions Copyright 2003 osCommerce
    * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
    * @version $Id: tpl_footer.php 4821 2006-10-23 10:54:15Z drbyte $
    */
    require(DIR_WS_MODULES . zen_get_module_directory('footer.php'));
    ?>

    <?php
    if (!isset($flag_disable_footer) || !$flag_disable_footer) {
    ?>

    <!--bof-navigation display -->
    <div id="navSuppWrapper">
    <div id="navSupp">
    <ul>
    <li><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">'; ?><?php echo HEADER_TITLE_CATALOG; ?></a></li>
    <?php if (EZPAGES_STATUS_FOOTER == '1' or (EZPAGES_STATUS_FOOTER == '2' and (strstr(EXCLUDE_ADMIN_IP_FOR_MAINTENANCE, $_SERVER['REMOTE_ADDR'])))) { ?>
    <li><?php require($template->get_template_dir('tpl_ezpages_bar_footer.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_ezpages_bar_footer.php'); ?></li>
    <?php } ?>
    </ul>
    </div>
    </div>
    <!--eof-navigation display -->

    <!--bof-ip address display -->
    <?php
    if (SHOW_FOOTER_IP == '1') {
    ?>
    <div id="siteinfoIP"><?php echo TEXT_YOUR_IP_ADDRESS . ' ' . $_SERVER['REMOTE_ADDR']; ?></div>
    <?php
    }
    ?>
    <!--eof-ip address display -->

    <!--bof-banner #5 display -->
    <?php
    if (SHOW_BANNERS_GROUP_SET5 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SET5)) {
    if ($banner->RecordCount() > 0) {
    ?>
    <div id="bannerFive" class="banners"><?php echo zen_display_banner('static', $banner); ?></div>
    <?php
    }
    }
    ?>
    <!--eof-banner #5 display -->

    <!--bof- site copyright display -->
    <div id="siteinfoLegal" class="legalCopyright"><?php echo FOOTER_TEXT_BODY; ?></div>
    <!--eof- site copyright display -->

    <?php
    } // flag_disable_footer
    ?>

  2. #2
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,266
    Plugin Contributions
    3

    Default Re: Copyright not showing!

    Whew!!!

    That BLINK is really IRRITATING ! (Perhaps your customers like it though - I think it's awful!)

    You are using a very customised template, so I suggest you contact the people who built that template and ask them for advice.
    20 years a Zencart User

  3. #3

    Default Re: Copyright not showing!

    let me just try with this, coz I just solved the same problem yesterday for my copyright.

    I did it on my english.php located in languages/YOUR Template/english.php

    there is this code (I'm highlighting the parts I changed):-

    define('FOOTER_TEXT_BODY', 'All designs are protected by Copyright ©<br>Website Copyright &copy; 2006-2009 <a href="http://www.theartofstitch.com/">The Art of Stitch</a>.<br><br>Powered by <a href="http://www.zen-cart.com" target="_blank">Zen Cart</a>');

    maybe you can try that see if it works.

  4. #4

    Default Re: Copyright not showing!

    oh and I agree on the blinking. there's just too much! it gave me a headache...

 

 

Similar Threads

  1. Email copyright change Copyright (c) 2009 Zen Cart. Powered by Zen Cart
    By Makoshark in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 26 May 2009, 05:24 AM
  2. Free product showing/not-showing 'buy now' button
    By makelightreal in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 14 Apr 2009, 02:32 PM
  3. Prices showing/not showing on Preview and Display pages arbitrarily
    By Robynsveil in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 8 Jan 2009, 04:18 AM
  4. Copyright Images - Watermark Logo not showing!
    By rlexyd in forum General Questions
    Replies: 18
    Last Post: 1 Dec 2008, 09:57 AM
  5. Replies: 2
    Last Post: 18 May 2007, 08:29 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg