[TYPO3] Modern linklist template

Edwin Blokker a.stoutjesdijk at chello.nl
Tue Feb 20 16:43:07 CET 2007


Hi,

I'm trying to set up a template for the extension Modern Linklist. A 
part of the category view in the template looks like this:

<!-- ###LINKS### begin -->
<div class="tx_ablinklist_catalogView_links">
<h2>###CATEGORY_LABEL### ###LL_LINKS###:</h2>
<!-- ###LINK### begin -->
<div class="tx_ablinklist_catalogView_link">
###LINK_LABEL###
<br />
###LINK_DESCRIPTION### (###LINK_REPORT_BROKEN###)
<br />
</div>
<!-- ###LINK### end -->

When viewed in the FE all is rendered well, except for the 
###CATEGORY_LABEL### part. That is just rendered as 
'###CATEGORY_LABEL###', instead of being replaced with the title of the 
active category.

Does anybody know what I might be doing wrong / how to solve this?

Thanks a lot!
Edwin.


More information about the TYPO3-english mailing list