Thread: Footer Text

Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 2005
    Posts
    949
    Plugin Contributions
    1

    Default Footer Text

    I want to add some text to the footer, either above or below the copywrite

    How can i do this?

  2. #2
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    20,961
    Plugin Contributions
    25

    Default Re: Footer Text

    In /includes/templates/your_template/common/tpl_footer.php, find this section
    PHP Code:
    <!--bof- site copyright display -->
    <div id="siteinfoLegal" class="legalCopyright"><?php echo FOOTER_TEXT_BODY?></div>
    <!--eof- site copyright display -->
    and add your text where you wish. Use HTML code for formatting.

  3. #3
    Join Date
    Aug 2007
    Location
    Tampa FL.
    Posts
    142
    Plugin Contributions
    0

    Default Re: Footer Text

    Quote Originally Posted by gjh42 View Post
    In /includes/templates/your_template/common/tpl_footer.php, find this section
    PHP Code:
    <!--bof- site copyright display -->
    <div id="siteinfoLegal" class="legalCopyright"><?php echo FOOTER_TEXT_BODY?></div>
    <!--eof- site copyright display -->
    and add your text where you wish. Use HTML code for formatting.

    If it is not in your /includes/templates/your_template/common/ folder then copy the file from /includes/templates/templates_default/common and make a copy to your template so as you do not overwrite original file, if need be create the folders needed in your templates folder

 

 

Similar Threads

  1. How do I change the footer text colors?
    By ---kate--- in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 29 Oct 2007, 06:59 PM
  2. Footer Text Size & Home Page Hoover Color
    By Lainee in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 23 Apr 2007, 03:55 AM
  3. White Text on white background - IE vs FF
    By rknepp79 in forum General Questions
    Replies: 13
    Last Post: 19 Sep 2006, 09:11 AM
  4. Add text Site map and Contact in the footer.
    By feertje in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 17 Aug 2006, 11:22 AM

Bookmarks

Posting Permissions

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