require('_includes/application.php');
$about = mysql_query("SELECT body from abouttext limit 1");
$about = mysql_fetch_assoc($about);
$about = $about['body'];
// Create the main content html
ob_start();
?>
SPRING-SUMMER 2013
if (!isset($_GET['ajax'])) {
?>
} ?>
$html = ob_get_contents();
ob_end_clean();
if (!isset($_GET['ajax'])) {
// Traditional content
set_page_title('About', 'about');
include '_includes/header.php';
echo($html);
include '_includes/footer.php'; ?>
} else {
ob_start();
// Javascript content
?>
update_hash('about');
if(!show_title){
$('#collection_title').css('display','none');
}
$javascript = ob_get_contents();
ob_end_clean();
sendJSON($html, $javascript);
}
?>