Jump to content

Changing category page


Recommended Posts

Hello,

 

One of the last things what I do have to change is how it looks when you made a choice in category.

 

My old website looks very fine, i want to create it like the old. 

Can somebody help me a litle ?

 

Picture of the old onepost-295534-0-02644300-1421093799_thumb.jpg

 

New website. Brr uggly

post-295534-0-83783800-1421093825_thumb.jpg

 

And a piece of code out of category.tpl

{/if}
{if isset($subcategories)}
<!-- Subcategories -->
<div id="subcategories">
<h3>{l s='Maak uw keuze!'}</h3>
<ul class="inline_list">
{foreach from=$subcategories item=subcategory}
<li class="clearfix">
 
<a href="{$link->getCategoryLink($subcategory.id_category, $subcategory.link_rewrite)|escape:'htmlall':'UTF-8'}" class="cat_name">{$subcategory.name|escape:'htmlall':'UTF-8'}</a>
 
</li>
{/foreach}
</ul>
<br class="clear"/>
</div>
{/if}
 
 
Other suggestion of the website ? Let me know

 

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...