PDA

View Full Version : Navigation Layout


mm2008
20-03-08, 11:43
Can anyone help me?
I want to edit the layout of the shop navigation.
The default navigation looked like this

DVD & Video
Blu-Ray , DVD Players , Film Downloads

But I want it to look like this :

DVD & Video
Blu-Ray
DVD Players
Film Downloads

I thought it would be fairly simple, but I'm having problems.

So far I have got something like this

DVD & Video
Blu-Ray
,
DVD Players
,
Film Downloads

So basicaly, I'm looking for a way to remove that comma. I used CSS to put the links on seperate lines. Can I delete the comma from a certain place in the PHP?

Please advise!
Thankyou

IntroSites
20-03-08, 15:34
in the no colour template its on line 33 of category_tree.tpl

this adds the comma

{if $smarty.foreach.aThreeRandomGrandChildren.last!=tr ue}, {/if}

HTH

mm2008
20-03-08, 16:25
Thanks for that!
Muchly appreciated.

I delete the whole line rather than just the comma right?

IntroSites
20-03-08, 19:24
yep, unless you want something else to appear instead of a comma