1
Hi all,
Currently the left block is created by looping through all modules and I want to generate only one module in this area. Current code is:
<{foreach item=block from=$xoops_lblocks}>
<{include file="myTheme/theme_blockleft.html"}>
<{/foreach}>
Linc