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

@@ -9,7 +9,7 @@
<p class="title title-without-tabs">{intl l='Additional Folders'}</p>
<p>{intl l='A content could be attached to more than one folder. Select here the additional folders for this content.'}
{loop name="default_folder" type="folder" id=$DEFAULT_FOLDER}
{intl l='You can change the default folder (%title) in the "General" tab.' title=$TITLE}
{intl l='You can change the default folder (%title) in the "General" tab.' title={$TITLE}}
{/loop}
{$exclude_from_tree = "-1"}