using a smarty header template (header.tpl.html) with right menu definitions ...
I would like to add 3 language definitions in my rightmenu.tpl.html like:
PHP Code:
{if $val.cart}
<a href="{$val.linkCart}">{$val.textCart}</a> |
<a href="{$val.linkCheckout}">{$val.textCheckout}</a> |
{/if}
<a href="index.php?main_page=page&id=44&chapter=0">{$val.textShipping}</a> |
which variables {$val.textVariable} can i use for:
about us, contact, imprint