'Navigation Menu', 'footer' => 'Footer Nenu' ) ); register_sidebar(array( 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '
', 'after_title' => '
', )); $defaults = array( 'default-image' => '', 'random-default' => false, 'width' => 940, 'height' => 250, 'flex-height' => false, 'flex-width' => false, 'default-text-color' => '', 'header-text' => false, 'uploads' => true, 'wp-head-callback' => '', 'admin-head-callback' => '', 'admin-preview-callback' => '', ); add_theme_support( 'custom-header', $defaults ); add_theme_support( 'custom-background'); add_theme_support('automatic-feed-links'); require_once ( get_template_directory() . '/theme-options.php' ); function my_comments_callback( $comment, $args, $depth ) { $GLOBALS['comment'] = $comment; ?>
id="li-comment-">
__( 'Reply', 'twentyeleven' ), 'depth' => $depth, 'max_depth' => $args['max_depth'] ) ) ); ?>