layout;
$content_id='content';
if($pex_page->layout=='full'){
$content_id='full-width';
}elseif($pex_page->layout=='none'){
//for portfolio and other page templates when no additional stylings are needed for the div
$content_id='pex-container';
}
?>
slider) && $pex_page->slider!='none' && $pex_page->slider!=''){
if($pex_page->slider=='static'){
//this is static image
require(TEMPLATEPATH . '/includes/static-header.php');
}else{
//this is a slider
$slider_data=pexeto_get_slider_data($pex_page->slider);
require(TEMPLATEPATH . '/includes/'.$slider_data['filename']);
}
}?>