Well you could either hardcode the address details into that section or create a new label in Languages that includes the full address e.g. lbl_company_address and you could reference it like (for example beore and on top of the phone/fax no's):
{$lng.lbl_company_address}
{if $config.Company.company_phone}{$lng.lbl_phone_1_ti tle}: {$config.Company.company_phone}{/if}{if $config.Company.company_fax}{$lng.lbl_fax}: {$config.Company.company_fax}{/if}</TD>
You could do it the "proper" way and reference each of the company address fields that already exist from the Company Options page in Admin t I can't find an example of that at the moment!
Dan
__________________
4.4.2
and
4.6.1
|