'sidebar-1', 'before_widget' => '
  • ', 'after_widget' => '
  • ', 'before_title' => '

    ', 'after_title' => '

    ', )); if (function_exists('wp_nav_menu')) { add_action( 'init', 'Blueline_register_my_menus' ); function register_my_menus() { register_nav_menus( array( 'side-menu' => __( 'Side menu', 'Blueline'), 'top-menu' => __( 'Top Menu', 'Blueline' ), )); } } // 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-">
    says:', 'Blueline' ), sprintf( '%s', get_comment_author_link() ) ); ?>
    comment_approved == '0' ) : ?>
    $depth, 'title_reply' => 'Leave a comment', 'reply_text' => __('Reply','Blueline'), 'max_depth' => $args['max_depth'] ) ) ); ?>