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> &nbsp;&nbsp;|&nbsp;&nbsp
    <
a href="{$val.linkCheckout}">{$val.textCheckout}</a> &nbsp;&nbsp;|&nbsp;&nbsp;
{/if}
    <
a href="index.php?main_page=page&id=44&chapter=0">{$val.textShipping}</a> &nbsp;&nbsp;|&nbsp;&nbsp
which variables {$val.textVariable} can i use for:
about us, contact, imprint