- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
function show_admin_skin_file($skin_file)
{
//Общие переменные
global $yes, $no, $admin, $errors, $page, $messages, $i;
//Переменные раздела 'Статус'
global $admin_skin, $guest_skin, $gb_title, $gb_description, $admin_skin_title, $admin_skin_author, $guest_skin_title, $guest_skin_author;
global $is_readable_data, $is_writable_data, $is_readable_blocked_ip, $is_writable_blocked_ip, $is_readable_config, $is_writable_config, $is_readable_time, $is_writable_time;
global $opened_or_closed, $messages, $data_size, $users, $smiles;
//Переменные раздела 'Управление гостевой'
global $smiles, $name, $city, $email, $url, $icq, $msg, $msg_number, $time, $mod_time, $ip, $if_blocked, $info, $answer, $mod_current_time;
//Переменные раздела 'Настройки'
global $current_time, $guest_skin_list, $admin_skin_list, $opened_or_closed_button, $close_button, $open_button, $site_title, $site_keywords, $site_description, $site_charset, $server_info, $last_msgs_on_top, $last_page_firstly, $max_msgs_per_page, $name_maxlenght, $email_maxlenght, $city_maxlenght, $url_maxlenght, $icq_maxlenght, $msg_maxlenght, $word_maxlenght, $smiles_on_page, $execution_time;
//Переменные раздела 'Редактирование скина'
global $guest_header_file, $guest_msg_file, $guest_footer_file, $guest_errors_file, $error;
global $back, $next, $all, $spacer, $no_parametr, $link_next, $link_back, $link_all, $pages;
global $is_writable_guest_skin_config, $is_writable_guest_skin_header, $is_writable_guest_skin_msg, $is_writable_guest_skin_footer, $is_writable_guest_skin_errors;
//Переменные раздела 'Управление временем'
global $date_format, $monthes, $wdays, $cookies_life, $def_ip_time, $flood_time;
//Переменные раздела 'Блоки'
global $block_code, $blocked_ip_code, $blocked_ip, $blocked_ip_time, $blocked_ip_date, $cur_status, $ip_num;