Re: Add text under my phone number?
Ok, found the template, i think, and has following code (extract of it). Where would it add the text and in what format, as in, does it need " marks?
<tr>
<td height="35" align="center" class="HeadText">
{if $config.Company.company_phone}{$lng.lbl_phone_1_ti tle}: {$config.Company.company_phone}{/if}{if $config.Company.company_phone_2} {$lng.lbl_phone_2_title}: {$config.Company.company_phone_2}{/if} </td>
</tr>
</table>
{/if}
|