/**
* 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.
*
* @package WordPress
*/
/**
* Tells WordPress to load the WordPress theme and output it.
*
* @var bool
*/
define( 'WP_USE_THEMES', true );
/** Loads the WordPress Environment and Template */
require __DIR__ . '/wp-blog-header.php';
Warning: Cannot modify header information - headers already sent by (output started at /home/klient.dhosting.pl/artwinski/artwinski.org.pl/public_html/index.php:1) in /home/klient.dhosting.pl/artwinski/artwinski.org.pl/public_html/wp-content/themes/globeco/functions.php on line 242