'
',
'after_widget' => '',
'before_title' => '',
));
if (function_exists('wp_nav_menu')) {
add_action( 'init', 'register_my_menus' );
function register_my_menus() {
register_nav_menus(
array(
'header-menu' => __( 'header-menu' ),
'extra-menu' => __( 'Extra Menu' ),
));
}
}
// Make theme available for translation
// Translations can be filed in the /languages/ directory
load_theme_textdomain( 'Blueline', TEMPLATEPATH . '/languages' );
$locale = get_locale();
$locale_file = TEMPLATEPATH . "/languages/$locale.php";
if ( is_readable( $locale_file ) )
require_once( $locale_file );
if ( ! function_exists( 'Blueline_comment' ) ) :
/*Comment function */
function Blueline_comment( $comment, $args, $depth ) {
$GLOBALS['comment'] = $comment;
switch ( $comment->comment_type ) :
case '' :
?>
id="li-comment-">