'
','after_widget' => '
')); // Let's add the options page. add_action ('admin_menu', 'k2menu'); $k2loc = '../themes/'.basename(dirname($file)); function k2menu() { add_submenu_page('themes.php', __('K2 Options','k2_domain'), __('K2 Options','k2_domain'), 5, $k2loc . 'functions.php', 'menu'); } function menu() { load_plugin_textdomain('k2options'); //this begins the admin page include(TEMPLATEPATH . '/options/display/form.php'); } // include Hasse R. Hansen's K2 header plugin - http://www.ramlev.dk require(TEMPLATEPATH . '/options/display/headers.php'); // this ends the admin page ?>