From: agrabs Date: Wed, 30 Apr 2008 18:48:16 +0000 (+0000) Subject: adding the tab-row in edit_item.php X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=d0390cf8e2319b5e1e8f352751addc96f2e029e6;p=moodle.git adding the tab-row in edit_item.php --- diff --git a/mod/feedback/edit_item.php b/mod/feedback/edit_item.php index 48b530af6a..c05899b922 100644 --- a/mod/feedback/edit_item.php +++ b/mod/feedback/edit_item.php @@ -120,6 +120,9 @@ print_header_simple(format_string($feedback->name), "", $navigation, "", "", true, $buttontext, navmenu($course, $cm)); + /// print the tabs + include('tabs.php'); + /// Print the main part of the page /////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////