/** * The functions file. Simply loads the Regal class and some helpers * * @package WordPress * @subpackage Regal Boats */ require_once(TEMPLATEPATH.'/framework/helpers/functions.php'); require_once(TEMPLATEPATH.'/framework/regal.php'); /** * @package WordPress * @subpackage Regal Boats */ global $body_class; $body_class[]='blog-or-search'; function new_excerpt_more($more) { return '…'; } add_filter('excerpt_more','new_excerpt_more'); get_header(); ?>