Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2005
    Posts
    206
    Plugin Contributions
    0

    Default Changing the back button

    Ok,

    I have created a page link in the sidebox called 'Bonsai Articles and books'. In that page I got sub pages with articles written by us, using the same page creation method. Now on each sub page, at the button , appears the 'BACK' button. Wich is fine, but the back button links to the main page instead of the Bonsai Articles and books page.

    How should I edit the back button on those sub pages only to link back to my article page and not the main page.

    I have used the about_us contrib to add pages.

    Website is : http://www.mishobonsai.com

    Regards,
    Patrick

  2. #2
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Changing the back button

    Replace the code for the button at the bottom of your tpl_PAGE.php

    to this

    Code:
    <?php echo '<a href="' . zen_href_link(FILENAME_PAGE_WHATEVER, '', 'NONSSL') . '">' . zen_image_button(BUTTON_IMAGE_BACK, BUTTON_BACK_ALT) . '</a>'; ?>
    You'll have to do this for each of your pages.

 

 

Similar Threads

  1. How can I "flip" layout of Back to Shopping button with the Shipping Estimator button
    By MarleneF in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 7 May 2010, 09:38 PM
  2. Changing the Back to Shopping Button
    By venera15 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 23 Feb 2008, 01:11 AM
  3. my back button is not changing
    By hereliesboots in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 23 Mar 2007, 04:10 AM
  4. The Back Button
    By ginginca in forum General Questions
    Replies: 3
    Last Post: 5 Dec 2006, 03:56 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