Results 1 to 2 of 2

Hybrid View

  1. #1
    Join Date
    Mar 2007
    Location
    sunny Florida, USA
    Posts
    81
    Plugin Contributions
    0

    Default additional 'include' at bottom, above 'footer'

    Hi,

    I'd like to include the same sitemap/menu structure from my main site, in the cart. My site draws from a file called bottom_menu.php which is an include file on all other pages.

    I'm sure this isn't a difficult task, just need a pointer as to where to put the include statement.

    Thanks in advance to the best open source community I'm a part of!

    ~Ray
    BouncerFL

    Server OS: Linux (Fedora)
    ZC: 1.37
    PHP: 4.3.11
    MySQL: 4.0.21-standard
    Web Server: Apache 2.0.51
    ++++++++++++++++
    Subtle as the 'b' in subtle.

  2. #2
    Join Date
    Mar 2007
    Location
    sunny Florida, USA
    Posts
    81
    Plugin Contributions
    0

    Default Re: additional 'include' at bottom, above 'footer'

    Issue resolved.

    A little more digging and I sure found the spot. As I was wanting to include data from the already live non-cart portion of the site, it was a simple matter of finding the location and inserting the correct 'include' statement.

    The code was here:
    /includes/templates/template_default/common/tpl_footer.php

    My snippet of:
    Code:
    <?php include('http://www.mydomain.com/bottom_menu.php'); ?>
    went into the code just before

    Code:
    <!--bof-ip address display -->
    <?php
    if (SHOW_FOOTER_IP == '1') {
    ?>
    mine was inserted near line 38.
    Then of course, we were down to styling.

    The site is www.cprtools.net with the cart software located at www.cprtools.net/store.

    The entire purpose was to generate nav paths back to the info portion of our site.

    Thanks again for all past and future help. I hope this posting helps someone else, eventually.

    Regards,
    ~Ray
    BouncerFL
    ++++++++++++++++
    Subtle as the 'b' in subtle.

 

 

Similar Threads

  1. adding additional footer above copyright
    By RobertG in forum Customization from the Admin
    Replies: 4
    Last Post: 20 Jul 2010, 06:49 PM
  2. Replies: 1
    Last Post: 31 Dec 2009, 01:36 AM
  3. Footer Include Links
    By wytherwyskers in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 18 May 2008, 02:18 AM
  4. Navigation Display at bottom, above footer
    By jamieboulder in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 26 Feb 2008, 01:34 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