(0 . 0)(1 . 18)
111 <?php
112 /**
113 * Front to the WordPress application. This file doesn't do anything, but loads
114 * wp-blog-header.php which does and tells WordPress to load the theme.
115 *
116 * @package WordPress
117 */
118
119 /**
120 * Tells WordPress to load the WordPress theme and output it.
121 *
122 * @var bool
123 */
124 define('WP_USE_THEMES', true);
125
126 /** Loads the WordPress Environment and Template */
127 require('./wp-blog-header.php');
128 ?>