'
', 'after_widget' => "
\n", 'before_title' => '

', 'after_title' => "

\n" ); $args = wp_parse_args( $args, $defaults ); return register_sidebar( $args ); } define( 'FINANCIAL_CORE_DIR', TEMPLATEPATH.'/core' ); define( 'FINANCIAL_FUNCTIONS_DIR', FINANCIAL_CORE_DIR.'/functions' ); require_once( FINANCIAL_CORE_DIR .'/custom-header.php' ); require_once( FINANCIAL_CORE_DIR .'/settings.php' );