Post by iangregson » Sun Jan 17, 2010 5:09 pm

I am using version 1.4 and have a template I am playing with.
On the default template there are icons in the Categories, Cart & Information boxes.
Mine has no icons & I cant work out how to add them.

How are they controlled ?,, which files etc

Thanks

Newbie

Posts

Joined
Sun Jan 17, 2010 4:50 pm

Post by bebaspromo » Sun Jan 17, 2010 6:31 pm

Hi, iangregson

check all your module .tpl at catalog/view/theme/YOURTHEME/template/module

let's open one of them eg category.tpl . In default 140 shown :

Code: Select all

<div class="box">
  <div class="top"><img src="catalog/view/theme/default/image/category.png" alt="" /><?php echo $heading_title; ?></div>
  <div id="category" class="middle"><?php echo $category; ?></div>
  <div class="bottom">&nbsp;</div>
</div>
Put your image code before <?php echo $heading_title; ?>
don't forget to adjust the div class with your template css

User avatar
Active Member

Posts

Joined
Tue Dec 22, 2009 9:14 pm
Who is online

Users browsing this forum: No registered users and 1 guest