Hello
slotpro,
I also wanted to thank you for this template, it is much appreciated and very useful. I currently have one client that insist that all pages validate through
W3C Markup Validation Service but this template is throwing 26 errors and 26 warnings, in other words the alpha bar isn't validating properly.
It's easy to fix though, @line 57, change ...
echo '<a class="apl-item" href="'.$link.'&alpha='.$jSeblod->subcategories_alpha[$i].'">';
... to ...
echo '<a class="apl-item" href="'.$link.'&alpha='.$jSeblod->subcategories_alpha[$i].'">';
... just wanted to let you know the error is caused by the use of & instead of & and have it posted so I remember it next time I install jSeblod for another client.
Thanks,
~cXc~
PS This page has errors caused by use of & instead of & too

... Main Menu -> CCK Packs -> Plugins
... the items with & in the menu title cause all the validation errors