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?
<{if $xoops_dirname == "xcgal" || "newbb"}>
<{$xoops_contents}>
<{else}>
<div>MAIN BLOCKSdiv>]
<{$xoops_contents}>
<{/if}>
Thanks