3 * Sets up the tabs used by the question bank editing page
5 * @license http://www.gnu.org/copyleft/gpl.html GNU Public License
6 * @package questionbank
9 /// This file to be included so we can assume config.php has already been included.
11 if (!isset($currenttab)) {
14 if (!isset($COURSE)) {
15 error('No course specified');
21 questionbank_navigation_tabs($row, $contexts, $thispageurl->get_query_string());
24 print_tabs($tabs, $currenttab, array());