1
ok, i have 2 html files for the midle center block, i want to use one html file for only 1 block which is called Poslednje Vesti and use the other html file for other center blocks
i tried doing this.
<{foreach item=block from=$xoops_ccblocks}> <{if $block.title!="Poslednje Vesti"}><{include file="obscene_v3_3c/obblock_center.html"}> <{else}><{include file="obscene_v3_3c/obblock_c.html"}><{/if}>
<{/foreach}>
but on every block it uses both html files so on the block poslednje vesti it uses the html file for that block and for the other block it does the same for all other blocks
does any1 have any idea how this should be done, i am trying to crack it :P but i dont think i will have any luck, so i thought i might ask for help with it.
thanks
ps. its quite urgent