
Originally Posted by
high2K
I already have it set like this:-
Isn't this the image before the description? I'm thinking I don't need to change anything here?
Yes, the image is before the category description... but you need the image before the heading, right? So you need to flip:
Code:
<h1 id="productListHeading"><?php echo $breadcrumb->last(); ?></h1>
and
Code:
<?php
if (PRODUCT_LIST_CATEGORIES_IMAGE_STATUS == 'true') {
// categories_image
if ($categories_image = zen_get_categories_image($current_category_id)) {
?>
<div id="categoryImgListing" class="categoryImg"><?php echo zen_image(DIR_WS_IMAGES . $categories_image, '', CATEGORY_ICON_IMAGE_WIDTH, CATEGORY_ICON_IMAGE_HEIGHT); ?></div>
<?php
}
} // categories_image
?>
Bookmarks