foxeye
02-22-2007, 09:07 AM
I'm testing a new custom made skin but am not a pro coder... All works fine except the echo function of the category name. Can't seem to find out why. This is what I did:
<div class="categoryname"><?php echo $thecategory['name']; ?></div>
Posted a ticket and told me to replace the $i variable with the desired category id. Using the '.$categoryname[$i].' format. But... still don't get it.
Anyone who can help me out? Thanks in advance.
<div class="categoryname"><?php echo $thecategory['name']; ?></div>
Posted a ticket and told me to replace the $i variable with the desired category id. Using the '.$categoryname[$i].' format. But... still don't get it.
Anyone who can help me out? Thanks in advance.