View Single Post
04-28-2011, 11:19 PM
#1
Julian G is offline Julian G
Status: Member
Join date: Nov 2005
Location: St. Louis, Missouri
Expertise:
Software:
 
Posts: 296
iTrader: 1 / 100%
 

Julian G is on a distinguished road

Send a message via AIM to Julian G Send a message via MSN to Julian G

  Old  Wordpress Problem

I need help finding out whats wrong with http://unattachedaffairs.com

this is what is on the page

i dont know what to do


<?php
/**
* Loads the WordPress environment and template.
*
* @package WordPress
*/

if ( !isset($wp_did_header) ) {

$wp_did_header = true;

require_once( dirname(__FILE__) . '/wp-load.php' );

wp();

require_once( ABSPATH . WPINC . '/template-loader.php' );

}

?>