plugins/SpecialAdmin.php
changeset 377 bb3e6c3bd4f4
parent 376 66732bd4532c
child 380 73444271fd1c
equal deleted inserted replaced
376:66732bd4532c 377:bb3e6c3bd4f4
  2138     $template->init_vars();
  2138     $template->init_vars();
  2139     if( !isset( $_GET['noheaders'] ) ) 
  2139     if( !isset( $_GET['noheaders'] ) ) 
  2140     {
  2140     {
  2141       $template->header();
  2141       $template->header();
  2142     }
  2142     }
  2143     echo 'Administer your Enano website.';
  2143     echo $lang->get('adm_page_tagline');
  2144     ?>
  2144     ?>
  2145     <script type="text/javascript">
  2145     <script type="text/javascript">
  2146     function ajaxPage(t)
  2146     function ajaxPage(t)
  2147     {
  2147     {
  2148       if ( KILL_SWITCH )
  2148       if ( KILL_SWITCH )