Thread: site map links

Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2007
    Posts
    819
    Plugin Contributions
    0

    Default site map links

    I've added a couple of defined pages. They show up in the information box and they work just fine, but they are not showing up in the site map.

    This is the code I added to the tpl_site_map_default.php as an overide...

    Code:
    <?php if (DEFINE_PAYMENT_OPTIONS_STATUS <= '1') { ?>
                <li><?php echo '<a href="' . zen_href_link(FILENAME_PAYMENT_OPTIONS) . '">' . BOX_INFORMATION_PAYMENT_OPTIONS . '</a>'; ?></li>
    <?php } ?>
    Code:
     
    <?php if (DEFINE_RETURN_POLICY_STATUS <= '1') { ?>
                <li><?php echo '<a href="' . zen_href_link(FILENAME_RETURN_POLICY) . '">' . BOX_INFORMATION_RETURN_POLICY . '</a>'; ?></li>
    <?php } ?>
    Any ideas?

    Thanks.

  2. #2
    Join Date
    Feb 2007
    Posts
    819
    Plugin Contributions
    0

    Default Re: site map links

    still haven't been able to get my sitemap to reflect all of the links properly. I have two pages in my information box that aren't showing.

    any fixes?

    thanks.

 

 

Similar Threads

  1. v150 Site Map Links
    By FragaGeddon in forum General Questions
    Replies: 0
    Last Post: 3 Jun 2012, 08:45 PM
  2. Remove Site Map Links
    By sharc316 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 28 Oct 2011, 03:21 PM
  3. Remove links in site map
    By frazeks in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 21 Jul 2009, 06:32 AM
  4. Adding important links to site map
    By gxwarr in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 10 Nov 2006, 07:12 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