. */ /* CORE FUNCTIONS */ $theme = get_template_directory(); function aweaver_ts_alert($msg) { echo ""; } if ( strpos( $theme, '/absolute-weaver') !== false ) { // only load if Absolute Weaver is the theme define ('AWEAVER_TS_VERSION','1.0.1'); function aweaver_ts_installed() { return true; } // aweaver_ts_save_restore add_action('aweaver_ts_load_save','aweaver_ts_load_save_action'); function aweaver_ts_load_save_action( $args = '' ) { require_once( dirname(__FILE__) . '/includes/save-restore.php'); } } // end only load if Absolute Weaver installed