**need delegate**
                    in categories.php themefile, right afterthe discussion name for each and one before and other description.
i tried this but the delegate gets rendered otside of the categories list--item. as does a couple discription things also.
maybe i am not using the code in my delegate fnction right, all i have is an echo and i thout it should be placed where i pt the delegate, or is there more to it?
                
<li class="CategoryName">
            <span>'.$this->Context->GetDefinition('Category').'</span> <a href="'.GetUrl($this->Context->Configuration, 'index.php', '', 'CategoryID', $Category->CategoryID).'">'.$Category->Name.'</a>
         ';
	 $this->CallDelegate('PostCatNameRender');
	 echo '</li>
         <li class="CategoryDescription">
i tried this but the delegate gets rendered otside of the categories list--item. as does a couple discription things also.
maybe i am not using the code in my delegate fnction right, all i have is an echo and i thout it should be placed where i pt the delegate, or is there more to it?
0          
            This discussion has been closed.