Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- return array(
- GetMessage('logo'),
- array(
- 'FSS_SITE_LOGO',
- 'file_field'
- ),
- GetMessage('logo_mobile'),
- array(
- 'FSS_SITE_LOGO_MOBILE',
- 'file_field'
- ),
- GetMessage('main_setting'),
- array(
- "FSS_SITE_PHONE",
- GetMessage('phone'),
- "",
- array(
- "text",
- 'DEFAULT' => '+7 (999) 888-77-66'
- )
- ),
- array(
- "FSS_SITE_COMPANY",
- GetMessage('company_name'),
- "",
- array(
- "text",
- 'DEFAULT' => GetMessage('company_name_default')
- )
- ),
- );
Add Comment
Please, Sign In to add comment