Wordpress/index.php
Matt Mullenweg a735f28792 Better default behaviour for theme calling
git-svn-id: https://develop.svn.wordpress.org/trunk@2303 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-13 20:38:28 +00:00

5 lines
95 B
PHP

<?php
/* Short and sweet */
define('WP_USE_THEMES', true);
require('./wp-blog-header.php');
?>