change how to use smarty variables

This commit is contained in:
Manuel Raynaud
2014-04-18 14:14:57 +02:00
parent 681d5503ac
commit 29c2901e5d
44 changed files with 130 additions and 130 deletions

View File

@@ -22,7 +22,7 @@
<caption>
{* display parent folder name, and get current folder ID *}
{loop name="folder_title" type="folder" visible="*" id=$parent}
{intl l="Folders in %fold" fold=$TITLE}
{intl l="Folders in %fold" fold={$TITLE}}
{$fold_id = $ID}
{/loop}
{elseloop rel="folder_title"}
@@ -191,7 +191,7 @@
<caption>
{* display parent folder name *}
{loop name="folder_title" type="folder" visible="*" id=$parent}
{intl l="Contents in %fold" fold=$TITLE}
{intl l="Contents in %fold" fold={$TITLE}}
{/loop}
{elseloop rel="folder_title"}