1
Im in the need of something I havent seen yet. I know its available in smary but dont know it it available in xoops. My situation is this. In the right pane of my site Id like to identify the last block.
The code is like this now:
<{foreach item=block from=$xoops_rblocks}>
<div class="blockTitle"><{$block.title}>div>
<div class="blockContent"><{$block.content}>div>
<{foreach}>
What Id like to doo is make use og smarty fuctionality that looks like this.
$smarty.foreach.block.last
Is this posible in any way?