Results 1 to 2 of 2
  1. #1
    Join Date
    May 2007
    Posts
    31
    Plugin Contributions
    0

    Default Adding the footer

    Hi,

    I stupidly took out the footer when I first started customising and now want to put it back in.

    The problem is I cannot rember what template file it belongs to and what line(s) I need to alter.

    Can anyone help?

    Thanks.

  2. #2
    Join Date
    Sep 2007
    Posts
    219
    Plugin Contributions
    0

    Default Re: Adding the footer

    Hi,

    The footer is in:
    includes/templates/yourtemplate/common/tpl_main_page.php

    The actual footer itself is:
    includes/templates/yourtemplate/common/tpl_footer.php

    If you have removed the code from tpl_main_page you will need to replace the following

    Code:
    <?php
     /**
      * prepares and displays footer output
      *
      */
      require($template->get_template_dir('tpl_footer.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/tpl_footer.php');?>
    </div>
    <!--bof- parse time display -->
    <?php
      if (DISPLAY_PAGE_PARSE_TIME == 'true') {
    ?>
    <div class="smallText center">Parse Time: <?php echo $parse_time; ?> - Number of Queries: <?php echo $db->queryCount(); ?> - Query Time: <?php echo $db->queryTime(); ?></div>
    <?php
      }
    ?>
    <!--eof- parse time display -->
    If you have deleted tpl_footer.php you should be able to get a copy of it out of your original download zip file to replace it.

    I also suggest you use the override system, this way when you want to revert back to the original code it will always be there. This has saved me numerous times....

    Let me know how you get on

 

 

Similar Threads

  1. adding images and links to the footer
    By customk1 in forum Templates, Stylesheets, Page Layout
    Replies: 12
    Last Post: 30 Mar 2009, 02:11 AM
  2. Adding links to the header & footer
    By Shane78 in forum Templates, Stylesheets, Page Layout
    Replies: 11
    Last Post: 25 Feb 2009, 10:24 PM
  3. Adding links to the footer
    By pb4 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 28 Nov 2007, 06:57 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