description */ base_register_sidebars(array( "sidebar1-index"=>__("Just a simple sidebar","webfish"), "sidebar"=>__("Why not put some widgets in the footer","webfish") )); //register menus register_nav_menus( array( 'primary' => __('Main menu',"webfish"), ) ); /* * Add some built in functionallity */ // This theme allows users to set a custom background add_custom_background(); //Wordpress wants to know the width of the page. if ( ! isset( $content_width ) ) $content_width = 900; /* * Add the appearance for a comment */ if ( ! function_exists( 'webfish_comment' ) ) : /** * Template for comments and pingbacks. * * To override this walker in a child theme without modifying the comments template * simply create your own webfish_comment(), and that function will be used instead. * * Used as a callback by wp_list_comments() for displaying the comments. * * @since Twenty Ten 1.0 */ function webfish_comment( $comment, $args, $depth ) { $GLOBALS['comment'] = $comment; switch ( $comment->comment_type ) : case '' : ?>