/
meganetman
/
sample_template
Обзор
Документация
Войти
/
meganetman
/
sample_template
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
theme.php
34 строки
1 KB
meganetman
create theme.php
26 окт 2025, 19:17
26 окт 2025, 19:17
e7faddd
Код
Авторство
О чём код?
<?php return array( 'name' => 'Лендинг компании', 'settings' => array( 'company_name' => array( 'title' => 'Название компании', 'control_type' => 'input' ), 'logo' => array( 'title' => 'Логотип', 'control_type' => 'image' ), 'phone' => array( 'title' => 'Телефон', 'control_type' => 'input' ), 'email' => array( 'title' => 'Email', 'control_type' => 'input' ), 'address' => array( 'title' => 'Адрес', 'control_type' => 'textarea' ), // Соцсети 'vk' => array('title' => 'ВКонтакте', 'control_type' => 'input', 'placeholder' => 'https://vk.com/...'), 'telegram' => array('title' => 'Telegram', 'control_type' => 'input', 'placeholder' => 'https://t.me/...'), 'whatsapp' => array('title' => 'WhatsApp', 'control_type' => 'input', 'placeholder' => 'https://wa.me/...'), 'ok' => array('title' => 'Одноклассники', 'control_type' => 'input', 'placeholder' => 'https://ok.ru/...'), 'youtube' => array('title' => 'YouTube', 'control_type' => 'input', 'placeholder' => 'https://youtube.com/...'), 'tiktok' => array('title' => 'TikTok', 'control_type' => 'input', 'placeholder' => 'https://tiktok.com/@...'), ) );