'sidebar-1',
'before_widget' => '
',
'after_widget' => '',
'before_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-">