'
')); // 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'); } // this ends the admin page ?>