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