| Top News, Themenbild |
Betreff: Top News, Themenbild von Peter am 05.04.2007 16:47:48 Hi, Das template zum topnews block sieht ja wie folgt aus: <table width="100%"> <tr> <td> <img src='<{$block.spotlight.topic_image}>' alt='' hspace="3" border='0' align="left"> <font color="#FF6600"> <b><{$block.spotlight.title}></b></font><br /> <br /> <{$block.spotlight.image}><{$block.spotlight.text}><{if $block.spotlight.read_more}> <a href="<{$xoops_url}>/modules/news/article.php?storyid=<{$block.spotlight.id}>"><{$block.lang_read_more}></a> <{/if}> </td> </tr> </table> Wie bekomme ich es hin, dass {$block.spotlight.topic_image} nur dann geladen wird, wenn {$block.spotlight.image} leer ist? Ich kenne die "if" Syntax der templatesprache noch nicht so. Danke für eure Hilfe. Gruss Peter |