Jump to content

Making Changes to Categories


Recommended Posts

Hi, thanks for your response. I tried what you suggested. However, I can't see the changes on the front end. I have the force compile smart set to yes. Below is a copy of the code from that folder. Notice what I put "Test"

 

<!-- Block categories module -->

<div id="categories_block_left" class="block">

<h4>{l s='Categories' mod='blockcategories'}</h4>

<div class="block_content">

<ul class="tree {if $isDhtml}dhtml{/if}">

{foreach from=$blockCategTree.children item=child name=blockCategTree}

{if $smarty.foreach.blockCategTree.last}

{include file="$branche_tpl_path" node=$child last='true'}

{else}

{include file="$branche_tpl_path" node=$child}

{/if}

{/foreach}

</ul>

{* Javascript moved here to fix bug #PSCFI-151 *}

<script type="text/javascript">

// <![CDATA[

// we hide the tree only if JavaScript is activated

$('div#categories_block_left ul.dhtml').hide();

// ]]>

</script>

</div>

TEST</div>

<!-- /Block categories module -->

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...