= 0 && $obt_memory_limit < 24*1024*1024) @ini_set("memory_limit","24M"); IF (false) $GLOBALS['content_width'] = 460; IF (false) wp_enqueue_script('comment-reply'); add_action('after_setup_theme','obt_after_setup_theme'); FUNCTION obt_after_setup_theme(){ add_theme_support('automatic-feed-links'); } require_once(dirname(__FILE__)."/theme-translation.php"); require_once(dirname(__FILE__)."/theme-functions.php"); require_once(dirname(__FILE__)."/theme-options.php"); require_once(dirname(__FILE__)."/theme-admin.php"); require_once(dirname(__FILE__)."/theme-feeds.php"); require_once(dirname(__FILE__)."/theme-feed-content.php"); require_once(dirname(__FILE__)."/theme-widgets.php"); require_once(dirname(__FILE__)."/theme-comment-notification.php"); require_once(dirname(__FILE__)."/theme-antispam.php"); require_once(dirname(__FILE__)."/theme-tags.php"); ?>