Procedural File: default.php
Source Location: /blogs/default.php
Page Details
This is the main public interface file!
This file is NOT mandatory. You can delete it if you want. You can also replace the contents of this file with contents similar to the contents of a_stub.php, a_noskin.php, multiblogs.php, etc.
b2evolution - http://b2evolution.net/ Released under GNU GPL License - http://b2evolution.net/about/license.html
| Copyright: | (c)2003-2008 by Francois PLANQUE - http://fplanque.net/ |
| Filesource: | Source Code for this file |
Includes
require_once
(dirname(__FILE__).'/conf/_config.php')
[line 20]
First thing: Do the minimal initializations required for b2evo:
[ Top ]
require_once
(_main.inc.php)
[line 26]
Check this: we are requiring _main.inc.php INSTEAD of _blog_main.inc.php because we are not
trying to initialize any particular blog
[ Top ]
