Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2006
    Posts
    80
    Plugin Contributions
    0

    Default moving ez-pages links to header

    i'm using the hugo13_orange template and like to move the links from ez-pages (top) into the right header corner ...

    in header.tpl.html i found the right point:
    Code:
          <div class="rightmenu">
                    {insert name="rightMenu"}
    how can i change display ez links from top to that point?

    Regards

  2. #2
    Join Date
    Sep 2006
    Posts
    80
    Plugin Contributions
    0

    Default Re: moving ez-pages links to header

    the tpl_header.php looks like this:
    Code:
        function displayAddHeaderLinks(){ 
            $sA = array();   
            $sA['linkPrivacy'] = zen_href_link('page&id=16&chapter=0', '', 'NONSSL'); 
            $sA['textPrivacy'] = BOX_INFORMATION_PRIVACY; 
            $sA['linkShipping'] = zen_href_link('page&id=15&chapter=0', '', 'NONSSL'); 
            $sA['textShipping'] = BOX_INFORMATION_SHIPPING; 
            return $sA;   
        }
    i like to copy next part instead of above - but i cant get it working
    Code:
    <!--bof-header ezpage links--> 
    <?php if (EZPAGES_STATUS_HEADER == '1' or (EZPAGES_STATUS_HEADER == '2' and (strstr(EXCLUDE_ADMIN_IP_FOR_MAINTENANCE, $_SERVER['REMOTE_ADDR'])))) { ?> 
    <?php require($template->get_template_dir('tpl_ezpages_bar_header.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_ezpages_bar_header.php');  
    ?> 
    <?php } ?> 
    <!--eof-header ezpage links-->
    or is there another solution to include the ez header links here?

 

 

Similar Threads

  1. v150 moving header text on individual item pages (works fine on their parent pages)
    By irish_1985 in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 21 Sep 2012, 07:44 PM
  2. Moving links from Sidebar to Header
    By noruga in forum Basic Configuration
    Replies: 1
    Last Post: 7 Jun 2009, 11:58 PM
  3. Alternative Header 1.1a moving links
    By smoke133 in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 24 Oct 2008, 10:09 PM
  4. Moving Header links position.
    By monkeypeach in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 29 Sep 2008, 07:10 PM
  5. Moving EZPages Header Links down
    By BekahRuth in forum Basic Configuration
    Replies: 2
    Last Post: 3 Aug 2008, 03:10 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