Quote Originally Posted by lhungil View Post

Code:
<!-- BACK BUTTON GENERATED <?php
if(sizeof($_SESSION['navigation']->path)-2 >= 0) {
    $back = sizeof($_SESSION['navigation']->path)-2; ?>
    SESSION PAGE: <?php echo $_SESSION['navigation']->path[$back]['page']; ?>
    SESSION PARAMS: <?php echo zen_array_to_string($_SESSION['navigation']->path[$back]['get'], array('action'); ?>
    SESSION CONNECTION: <?php echo $_SESSION['navigation']->path[$back]['mode']; ?>
    GENERATED LINK: <?php echo zen_href_link($_SESSION['navigation']->path[$back]['page'],zen_array_to_string($_SESSION['navigation']->path[$back]['get'], array('action')), $_SESSION['navigation']->path[$back]['mode']);
} ?>
-->
I guess I don't know where to add this code.

I'm trying to test it on my Page 2 on this site here:

http://www.promdressesforless.us/page_2.html

I currently have the code on templates/estorenow/templates/tpl_page_2_default.php but the page went blank and cut off my footer area.

I also tried modules/pages and again under languages but got internal server error on those.

Where exactly do we add this? Thanks.