source: trunk/www.guidonia.net/wp/wp-blog-header.php@ 44

Last change on this file since 44 was 44, checked in by luciano, 14 years ago
File size: 274 bytes
Line 
1<?php
2/**
3 * Loads the WordPress environment and template.
4 *
5 * @package WordPress
6 */
7
8if ( !isset($wp_did_header) ) {
9
10 $wp_did_header = true;
11
12 require_once( dirname(__FILE__) . '/wp-load.php' );
13
14 wp();
15
16 require_once( ABSPATH . WPINC . '/template-loader.php' );
17
18}
19
20?>
Note: See TracBrowser for help on using the repository browser.