'; echo '
'; // Sidebar Left Container if ( ! SHAPESHIFTER_IS_MOBILE ) { echo $GLOBALS[ 'shapeshifter_get_standard_sidebar_left_container' ]; $GLOBALS[ 'get_standard_sidebar_left_container' ] = null; } // Main Content Part echo '
'; // Before Content Hook shapeshifter_before_content(); // Main Content shapeshifter_main_content(); // After Content Hook shapeshifter_after_content(); echo '
'; // Sidebar Right Container if ( ! SHAPESHIFTER_IS_MOBILE ) { echo $GLOBALS[ 'shapeshifter_get_standard_sidebar_right_container' ]; $GLOBALS[ 'get_standard_sidebar_right_container' ] = null; } echo '
'; echo ''; echo '
'; ?>