2006-11-19 08:56:05 +01:00
|
|
|
<?php
|
2008-05-25 17:50:15 +02:00
|
|
|
/**
|
2008-05-25 22:33:13 +02:00
|
|
|
* Front to the WordPress application. This file doesn't do anything, but loads
|
|
|
|
* wp-blog-header.php which does and tells WordPress to load the theme.
|
2008-05-25 17:50:15 +02:00
|
|
|
*
|
|
|
|
* @package WordPress
|
|
|
|
*/
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Tells WordPress to load the WordPress theme and output it.
|
|
|
|
*
|
|
|
|
* @var bool
|
|
|
|
*/
|
2005-02-13 21:38:28 +01:00
|
|
|
define('WP_USE_THEMES', true);
|
2008-05-25 17:50:15 +02:00
|
|
|
|
|
|
|
/** Loads the WordPress Environment and Template */
|
2004-04-16 04:24:37 +02:00
|
|
|
require('./wp-blog-header.php');
|