06/04/2010, 08:30:19
bonjour
Merci Jean pour le coup de main
voici mon code modifié
mais aucun affichage different selon la case cochée...
Merci Jean pour le coup de main
voici mon code modifié
Code :
<div class="NewsSummaryLink">
{if !empty($entry->article_special)}
<img src="uploads/images/important.png">
<a href="{$entry->moreurl}" title="{$entry->title|cms_escape:htmlall}">{$entry->title|cms_escape}</a><img src="uploads/images/important.png">
{else}
<a href="{$entry->moreurl}" title="{$entry->title|cms_escape:htmlall}">{$entry->title|cms_escape}</a>
{/if}
{if $entry->postdate}
<div class="NewsSummaryPostdate">
{$entry->postdate|cms_date_format|utf8_encode}
</div>
{/if}
</div>