PDA

View Full Version : <IMAGE_CATEGORY> Problem


Kippi
01-09-2008, 06:40 PM
Hi,

I am having a problem with the <IMAGE_CATEGORY> tag.

It is outputting the results with a trailing backslash.

eg:

category 1 / categary 2 / category 3 /

How can I remove these backslahes?

I found the code in the index.php file put canīt manage to figure it out.

The code:

$image_category_all .= "<a href='$PHP_SELF?x=browse&amp;category=$cat_id&amp;pagenum= 1'>" .$cfgrow['catgluestart'] .$name .$cfgrow['catglueend']."</a> &nbsp;";


Thanks

dhdesign
01-10-2008, 12:56 AM
No need to alter the index.php file. Simply log into your PP admin panel. Go to Options>>Template and scroll down to the Category Links Format section. There are different options for displaying the categories; if you don't like what's available, select custom... and set them up as you would like them to be.

Kippi
01-10-2008, 06:56 AM
Ok, so easy!

Thanks dhdesign!