b2evolution

Multilingual multiuser multiblog engine

b2evolution Technical Documentation (0.9.x) [ class tree: admin ] [ index: admin ] [ all elements ]

Source for file _header.php

Documentation is available at _header.php

  1. <?php
  2. /**
  3.  * This file initializes the backoffice!
  4.  *
  5.  * b2evolution - {@link http://b2evolution.net/}
  6.  * Released under GNU GPL License - {@link http://b2evolution.net/about/license.html}
  7.  * @copyright (c)2003-2005 by Francois PLANQUE - {@link http://fplanque.net/}
  8.  *
  9.  * @package admin
  10.  */
  11.  
  12. /**
  13.  * Do the MAIN initializations:
  14.  */
  15. require_oncedirname(__FILE__'/../conf/_config.php' );
  16. $login_required true;
  17. require_oncedirname(__FILE__"/$admin_dirout/$core_subdir/_main.php);
  18.  
  19. param'mode''string''' );        // Sidebar, bookmarklet
  20.  
  21. ?>

Documentation generated on Tue, 20 May 2008 01:55:20 +0200 by phpDocumentor 1.4.2