i would like to have the sub-category description to show un in the album index page beside or under the sub category title.
i found this in album_box.tpl
<!-- BEGIN subcat_link -->
<br />
<img src="{SPACER}" width="1" height="15" alt="" />
<span class="gensmall">{catmain.catrow.subcat_link.L_LINKS}: {catmain.catrow.subcat_link.LINKS}</span>
<!-- END subcat_link -->
<br />
<img src="{SPACER}" width="1" height="15" alt="" />
<span class="gensmall">{catmain.catrow.subcat_link.L_LINKS}: {catmain.catrow.subcat_link.LINKS}</span>
<!-- END subcat_link -->
i would like to know where is this code defined?:
{catmain.catrow.subcat_link.LINKS}
so i can modify it the way i like it.
thank you!