creates the link to a category
This tag works only within a lb:loop_categories tag.
Usage
<lb:link_category> Some Code </lb:link_category>
Example
<lb:link_category>private info</lb:link_category>
Returns
<a href="index.php?cat=privateinfo" title="All about Mike and his crazy podcast">private info</a>
Attributes
none
Notice
It doesn’t make sense to have static content in between the opening and closing tag. You should put another category-related tag here, like <lb:categoryname />. Also notice that the system automatically adds an title-attribute with the category description.
