load_template('main.tpl'); $tpl->set('{title}', $title_tag); $tpl->set('{calendar}',Calendar ()); $tpl->set('{archives}',$echo_archives); $tpl->set('{vote}', $tpl->result['vote']); $tpl->set('{topnews}',$topnews); $tpl->set('{login}',$login_panel); $tpl->set('{content}', $tpl->result['info'].$tpl->result['content']); $tpl->set('{THEME}', $config_http_home_url.'templates/'.$config_skin); if ($config_allow_cache == 'yes' AND $is_logged) $allow_favorites_ajax = true; if ($config_allow_cache == 'yes' AND $is_logged AND $member_id[user_group] < 4) $allow_news_ajax = true; include $root_path.'/engine/ajax/js_edit.php'; $ajax = ''; if ($allow_news_ajax OR $allow_comments_ajax) $ajax = << HTML; $ajax .= << HTML; $tpl->set('{AJAX}', $ajax.$edit_ajax); if ($config_allow_skin_change == "yes") $tpl->set('{changeskin}', ChangeSkin ($root_path.'/templates', $config_skin)); $tpl->compile('main'); echo $tpl->result['main']; $tpl->global_clear(); /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Администратор помни!!! что если я не найду эту строчку после вашего обращения с вопросом на форуме поддержки, вы будете заблокированы на форуме и ваш вопрос будет удален. Хотите удалить все копирайты, без проблем это стоит всего 29$ включая службу поддержки по скрипту. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ echo"\n\r\n"; /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Вывод сгенерированного контекта ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ GzipOut(); ?>
Site hosted by Angelfire.com: Build your free website today!