Move all smarty and path settings into the Smarty Extended class the include files <admin|frontend>_set_paths.php and <admin|frontend>_smarty.php are deprecated. For special frontend smarty (which will be not used in future anyway) a dedicated sub class to Smarty Extended with its own methods should be created
28 lines
692 B
Smarty
Executable File
28 lines
692 B
Smarty
Executable File
<div>
|
|
{$SMARTY_TEST}
|
|
</div>
|
|
<div>
|
|
TRANSLATION CLASS: {$TRANSLATE_TEST}
|
|
</div>
|
|
<div>
|
|
<select id="drop_down_test" name="drop_down_test">
|
|
{html_options options=$drop_down_test selected=$drop_down_test_selected}
|
|
</select>
|
|
</div>
|
|
<div class="jq-container">
|
|
<div id="jq-test" class="jp-test">
|
|
<div id="test-div" class="test-div">
|
|
Some content ehre or asdfasdfasf
|
|
</div>
|
|
<div id="translate-div">
|
|
TRANSLATION SMARTY: {t}I should be translated{/t}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{* progresss indicator *}
|
|
<div id="indicator"></div>
|
|
{* the action confirm box *}
|
|
<div id="actionBox" class="actionBoxElement"></div>
|
|
{* The Overlay box *}
|
|
<div id="overlayBox" class="overlayBoxElement"></div>
|