View Single Post
  #2  
Old 10-13-2005, 01:34 AM
 
DanUK DanUK is offline
 

X-Adept
  
Join Date: Dec 2003
Location: UK
Posts: 800
 

Default

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
Reply With Quote