Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2011
    Posts
    18
    Plugin Contributions
    0

    Default Image above categories

    Im trying to add a image above my category list, but its appearing above all titles

    cctv.firealarmkent.co.uk/zen

    how could I change it so it just appears at the top left of the page only?

    This is the code from the left side box file:


    <?php
    /**
    * Common Template - tpl_box_default_left.php
    *
    * @package templateSystem
    * @copyright Copyright 2003-2005 Zen Cart Development Team
    * @copyright Portions Copyright 2003 osCommerce
    * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
    * @version $Id: tpl_box_default_left.php 2975 2006-02-05 19:33:51Z birdbrain $
    */

    // choose box images based on box position
    if ($title_link) {
    $title = '<a href="' . zen_href_link($title_link) . '">' . $title . BOX_HEADING_LINKS . '</a>';
    }
    //
    ?>
    <div id="bannerFour" class="banners"><?php echo zen_display_banner('static', $banner); ?></div>
    <!--// bof: <?php echo $box_id; ?> //-->
    <div style="width: <?php echo $column_width; ?>" id="<?php echo str_replace('_', '-', $box_id ); ?>" class="box">
    <div class="box-head">
    <div class="box-marker"><?php echo $title; ?></div>
    </div>
    <div class="box-body">

    <?php echo $content; ?>
    </div>
    </div>
    <!--// eof: <?php echo $box_id; ?> //-->

  2. #2
    Join Date
    Mar 2011
    Posts
    18
    Plugin Contributions
    0

    Default Re: Image above categories

    Page has moved to www.cctv-camerasystem.co.uk

 

 

Similar Threads

  1. Want header in Sub Categories below banner and above subcategory image
    By WWRepair in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 6 Feb 2013, 04:34 PM
  2. How do I remove Categories image above product
    By davalf in forum General Questions
    Replies: 2
    Last Post: 6 Jul 2011, 05:26 PM
  3. Small space above categories
    By atl2rva in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 22 Mar 2010, 03:59 PM
  4. EZPages above categories?
    By rcallan515 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 14 Jun 2007, 04:29 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