Results 1 to 3 of 3

Hybrid View

  1. #1
    Join Date
    May 2009
    Posts
    413
    Plugin Contributions
    0

    Default How can I remove Category Links from 'Page Not Found' Page??

    How can I remove the category links from 'Page Not Found' Page??

    Thanks.

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: How can I remove Category Links from 'Page Not Found' Page??

    Edit the defines in includes/languages/english/page_not_found.php.

  3. #3
    Join Date
    May 2009
    Posts
    413
    Plugin Contributions
    0

    Default Re: How can I remove Category Links from 'Page Not Found' Page??

    Their doesn't seem to be anything in that file that mentions the categories:

    PHP Code:
    <?php
    /**
     * @package languageDefines
     * @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: page_not_found.php 3159 2006-03-11 01:35:04Z drbyte $
     */

    define('NAVBAR_TITLE''Page Not Found');
    define('HEADING_TITLE''Page Not Found');
    define('TEXT_INFORMATION''');
    define('PAGE_ACCOUNT''My Account');
    define('PAGE_ACCOUNT_EDIT''Account Information');
    define('PAGE_ADDRESS_BOOK''Address Book');
    define('PAGE_ACCOUNT_HISTORY''Order History');
    define('PAGE_ACCOUNT_NOTIFICATIONS''Newsletter Subscriptions');
    define('PAGE_SHOPPING_CART''Shopping Cart');
    define('PAGE_CHECKOUT_SHIPPING''Checkout');
    define('PAGE_ADVANCED_SEARCH''Advanced Search');
    define('PAGE_PRODUCTS_NEW''New Products');
    define('PAGE_SPECIALS''Specials');
    define('PAGE_REVIEWS''Reviews');
    ?>

 

 

Similar Threads

  1. v139h Remove links from Category Landing Page
    By NickyCarroll in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 14 Mar 2013, 02:08 PM
  2. remove category links from top of page below header
    By dellvostro in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 16 Oct 2008, 01:50 PM
  3. How to remove category links from main page?
    By GeorgeR in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 3 Mar 2008, 05:30 AM
  4. Remove sitemap from 404 page not found
    By johnnytv in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 9 Aug 2007, 11:36 AM
  5. Remove Category Links From Top of your main page
    By guitarslinger in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 25 Jun 2006, 11:52 AM

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