Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2013
    Posts
    104
    Plugin Contributions
    0

    Default What's the meaning of these code?

    As below:


    <!--bof-branding display-->
    <div id="logoWrapper">
    <div id="logo"><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">' . zen_image($template->get_template_dir(HEADER_LOGO_IMAGE, DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . HEADER_LOGO_IMAGE, HEADER_ALT_TEXT) . '</a>'; ?>
    <?php if (HEADER_SALES_TEXT != '' || (SHOW_BANNERS_GROUP_SET2 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SET2))) { ?>
    <div id="taglineWrapper">
    <?php
    if (HEADER_SALES_TEXT != '') {
    ?>
    <div id="tagline"><?php echo HEADER_SALES_TEXT;?></div></div>
    <?php
    }
    ?>
    <?php
    if (SHOW_BANNERS_GROUP_SET2 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SET2)) {
    if ($banner->RecordCount() > 0) {
    ?>
    <div id="bannerTwo" class="banners"><?php echo zen_display_banner('static', $banner);?></div>
    <?php
    }
    }
    ?>
    </div>

    <?php } // no HEADER_SALES_TEXT or SHOW_BANNERS_GROUP_SET2 ?>


    </div>

    <br class="clearBoth" />
    <!--eof-branding display-->

  2. #2
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: What's the meaning of these code?

    It is the code that displays your site logo, tagline and banners if any. What more than this do you want to know, and for what purpose?

 

 

Similar Threads

  1. v154 Adding Shopper Approved code, what is the names of these auto populated fields?
    By seanscully in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 27 Feb 2015, 05:45 PM
  2. what is the meaning of zc_mode?
    By linjuming in forum General Questions
    Replies: 1
    Last Post: 16 Jul 2012, 04:23 AM
  3. v139h what is the meaning of $credit_cover ?
    By linjuming in forum General Questions
    Replies: 2
    Last Post: 11 Jul 2012, 10:38 AM
  4. v139h what is the meaning of credit_covers?
    By linjuming in forum General Questions
    Replies: 2
    Last Post: 28 Jun 2012, 08:24 AM
  5. v139h what is the meaning of final_prices?
    By linjuming in forum General Questions
    Replies: 3
    Last Post: 30 May 2012, 11:51 AM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR