Results 1 to 3 of 3
  1. #1
    Join Date
    Dec 2006
    Posts
    141
    Plugin Contributions
    0

    Default Header logo clickable to another site

    I want to change my header logo to have a clickable link to another site - how do I do this?

    scratching my hair out here

  2. #2
    Join Date
    Mar 2006
    Location
    Fresno, California
    Posts
    620
    Plugin Contributions
    0

    Default Re: Header logo clickable to another site

    Basically you need to open includes/templates/template_default/common/tpl_header.php

    and find:

    PHP Code:
    <div id="logo"><?php echo '<a href="' HTTP_SERVER DIR_WS_CATALOG '">' zen_image($template->get_template_dir(HEADER_LOGO_IMAGEDIR_WS_TEMPLATE$current_page_base,'images'). '/' HEADER_LOGO_IMAGEHEADER_ALT_TEXT) . '</a>'?></div>
    Change to:

    PHP Code:
    <div id="logo"><?php echo '<a href="http://www.new_domain.com"> ' zen_image($template->get_template_dir(HEADER_LOGO_IMAGEDIR_WS_TEMPLATE$current_page_base,'images'). '/' HEADER_LOGO_IMAGEHEADER_ALT_TEXT) . '</a>'?></div>
    save to includes/templates/your_template/common/tpl_header.php

  3. #3
    Join Date
    Dec 2006
    Posts
    141
    Plugin Contributions
    0

    Default Re: Header logo clickable to another site

    Excellent - thank you :)

 

 

Similar Threads

  1. Can 'Logo' link to another web site??
    By skyegospel in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 30 Sep 2008, 05:38 PM
  2. Clickable Logo
    By crankytech in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 19 Jun 2007, 08:57 AM
  3. Link logo in main header to another url
    By airtime in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 30 Mar 2007, 05:48 AM
  4. Link logo in main header to another url
    By airtime in forum General Questions
    Replies: 1
    Last Post: 30 Mar 2007, 05:34 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