forked from sr2/www.sr2.uk
feat: move strings to theme
This commit is contained in:
parent
5402a2b706
commit
2dbe5d6705
4 changed files with 5 additions and 19 deletions
|
|
@ -23,9 +23,9 @@ defaultContentLanguage = 'en'
|
|||
|
||||
[params.contact]
|
||||
methods = [
|
||||
{name = 'telephone', display = '+44 (0)1224 900 202', link = 'tel:+441224900202'},
|
||||
{name = 'email', display = 'contact@sr2.uk', link = 'mailto:contact@sr2.uk'},
|
||||
{name = 'fax', display = '+44 (0)1224 900 284', link = 'tel:+441224900284'}
|
||||
{name = 'Telephone', display = '+44 (0)1224 900 202', link = 'tel:+441224900202'},
|
||||
{name = 'Email', display = 'contact@sr2.uk', link = 'mailto:contact@sr2.uk'},
|
||||
{name = 'Fax', display = '+44 (0)1224 900 284', link = 'tel:+441224900284'}
|
||||
]
|
||||
|
||||
[params.feedback]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue