SMARTY_TEST: {$SMARTY_TEST}
MERGE DATA: {$adm_set}
POPUP HERE (hover mouse)
Outside translation test
TRANSLATION CLASS (OUT): {$TRANSLATE_TEST}
TRANSLATION CLASS (OUT FUNCTION): {$TRANSLATE_TEST_FUNCTION}
TRANSLATION CLASS (SMARTY): {$TRANSLATE_TEST_SMARTY}
Translate Test with replace:
ORIGINAL: Original with string: %1 ({$replace})
TRANSLATED: {t 1=$replace}Original with string: %1{/t}
TRANSLATED (escape): {t escape=on 1=$replace}Original with string: %1{/t}
{capture assign="extra_title"}{t}INPUT TEST{/t}{/capture} Capture test: {$extra_title}
{section name=plural_test start=0 loop=3} Plural test {$smarty.section.plural_test.index}: {t count=$smarty.section.plural_test.index plural="multi"}single{/t}
{/section}
Variable variables:
Test: {$test}
Foo: {$foo}
{assign var="bar" value="test"} vFoo ($test = $foo = bar): {$test|getvar}
vFoo ($bar = $test = foo): {$bar|getvar}
Some content here or asdfasdfasf
TRANSLATION SMARTY: {t}I should be translated{/t}
LOOP TEST
{section name=page_list start=1 loop=$loop_start+1}
LOOP OUTPUT: {$smarty.section.page_list.index}
{/section}
{html_radios name="radio_test" options=$radio_test selected=$radio_test_selected}
{html_checkboxes name="checkbox_test" options=$checkbox_test selected=$checkbox_test_selected}
{html_checkboxes name="checkbox_test_pos" options=$checkbox_test selected=$checkbox_test_pos_selected pos=$checkbox_test_pos}
{* progresss indicator *}
{* the action confirm box *}
{* The Overlay box *}