remove # for smarty variable delimiter
This commit is contained in:
@@ -15,7 +15,7 @@ Parameters:
|
|||||||
{* re-display the form creation dialog if it contains errors *}
|
{* re-display the form creation dialog if it contains errors *}
|
||||||
|
|
||||||
{form name="{$form_name}"}
|
{form name="{$form_name}"}
|
||||||
{if #form_error}
|
{if $form_error}
|
||||||
$('#{$dialog_id}').modal();
|
$('#{$dialog_id}').modal();
|
||||||
{/if}
|
{/if}
|
||||||
{/form}
|
{/form}
|
||||||
|
|||||||
@@ -3,8 +3,8 @@
|
|||||||
{loop type="feed" name="thelia_feeds" url="http://thelia.net/Flux-rss.html?id_rubrique=8" limit="3"}
|
{loop type="feed" name="thelia_feeds" url="http://thelia.net/Flux-rss.html?id_rubrique=8" limit="3"}
|
||||||
<div class="span4 feed-list-item">
|
<div class="span4 feed-list-item">
|
||||||
<h3>{$DATE}</h3>
|
<h3>{$DATE}</h3>
|
||||||
<h2><a href="#URL" target="_blank" title="{intl l='Lire la suite'}">{$TITLE|strip_tags}</a></h2>
|
<h2><a href="{$URL}" target="_blank" title="{intl l='Lire la suite'}">{$TITLE|strip_tags}</a></h2>
|
||||||
<p>{$DESCRIPTION|strip_tags|truncate:250:"...":true}</p>
|
<p>{$DESCRIPTION|strip_tags|truncate:250:"...":true}</p>
|
||||||
<p><a class="btn" href="#URL" target="_blank">{intl l='Lire la suite »'}</a></p>
|
<p><a class="btn" href="{$URL}" target="_blank">{intl l='Lire la suite »'}</a></p>
|
||||||
</div>
|
</div>
|
||||||
{/loop}
|
{/loop}
|
||||||
|
|||||||
Reference in New Issue
Block a user