Вход Регистрация
Файл: Arhmobi_esdcms/dpanel/theme.settings.php
Строк: 11
<?php
include_once '../sys/inc/start.php';
dpanel::check_access();
if (!empty(
$_GET['theme']) && themes::exists($_GET['theme'])) {
$probe_theme $_GET['theme'];
}
$doc = new document(6);
$doc->title __('Настройки темы оформления');
$doc->ret(__('Темы оформления'), 'themes.php');
$doc->ret(__('Админка'), '/dpanel/');
if (empty(
$_GET['theme']) || !themes::exists($_GET['theme'])) {
$doc->err(__('Тема оформления не найдена'));
exit;
}
$theme themes::getThemeByName($_GET['theme']);
$doc->title __('Настройки темы оформления "%s"'$theme->getViewName());
if (!
is_file('/sys/themes/' $theme->getName() . '/settings.php')) {
$doc->err(__('Файл настроек темы оформления не найден'));
exit;
}
include 
'/sys/themes/' $theme->getName() . '/settings.php';
Онлайн: 3
Реклама