1
I am trying to have 2 modules display above the blocks when being viewed and want to use a single smarty (which I saw in a theme before but don't remember which theme) to recognize each module directory name but only the first directory is excuted. What is wrong with this code why it won't work?
le="color: #000000"><?php <{if $xoops_dirname == "xcgal" || "newbb"}> <{$xoops_contents}> <{else}> <div>MAIN BLOCKS</div>] <{$xoops_contents}> <{/if}>
Thanks