dir = ROOT_DIR . '/templates'; $tpl->load_template('offline.tpl'); $tpl->set('{title}', $config['short_title']); $tpl->set('{THEME}', $config['http_home_url'].'templates/'.$config['skin']); $config['offline_reason'] = str_replace('"', '"', $config['offline_reason']); $tpl->set('{reason}', $config['offline_reason']); $tpl->compile('main'); echo $tpl->result['main']; die (); } ?>