Results 1 to 2 of 2
  1. #1
    Join Date
    May 2008
    Posts
    4
    Plugin Contributions
    0

    Default template help please!!!!

    Hello everyone.

    I took a template set and made a few changes.

    Everything was working great except for 1 issue. In my tpl_header.php my login/logout buttons were only displaying logout no matter if I was logged in or not.

    I started troubleshooting and got myself more confused, lol!

    My template has this (copied from another post here):

    PHP Code:
    <?php if ($_SESSION['customer_id']) { ?>

                  <a href="<?php echo zen_href_link(FILENAME_LOGOFF'''SSL'); ?>"><?php echo HEADER_TITLE_LOGOFF?></a>&nbsp;|&nbsp;

                  <a href="<?php echo zen_href_link(FILENAME_ACCOUNT'''SSL'); ?>"><?php echo HEADER_TITLE_MY_ACCOUNT?></a>

    <?php } else { ?>

                  <a href="<?php echo zen_href_link(FILENAME_LOGIN'''SSL'); ?>"><?php echo HEADER_TITLE_LOGIN?></a>

    <?php ?>
    While trying a few variations it seemed nothing I was doing had any affect. So I removed that whole section from my includes/templates/mytemplate/common/tpl_header.php, just to test and my logout button was still appearing!

    So I tried removing it also from includes/templates/template_default/common/tpl_header.php and the logout button is still appearing.

    I'm lost. I can't even tell where this header template is coming from because I've removed it from everything I could find.

    Please help and sorry for being so dense.

  2. #2
    Join Date
    Mar 2007
    Location
    AZ
    Posts
    1,911
    Plugin Contributions
    2

    Default Re: template help please!!!!

    A link to your website would help us see what'g going on and then be able to offer suggestions.

    Tina

 

 

Similar Threads

  1. v151 Template help Please
    By Steve Harris in forum Basic Configuration
    Replies: 3
    Last Post: 18 Oct 2014, 08:41 PM
  2. Template Coding / CSS template location help please?
    By ttac in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 16 Jun 2010, 06:37 AM
  3. Please help me!!!(template)
    By maxer in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 2 Sep 2007, 11:59 AM
  4. Help About New Template Install Please Help
    By mboley370 in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 25 Jun 2007, 06:52 PM
  5. Template help please!
    By guv in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 15 May 2006, 01:56 AM

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