MDL-16046 Fixed up the portfolio tabs

This commit is contained in:
moodler 2008-09-15 06:09:57 +00:00
parent 838a8eb146
commit 55de6e0784
3 changed files with 9 additions and 6 deletions

View file

@ -37,7 +37,7 @@ $navigation = build_navigation($navlinks);
print_header("$course->fullname: $fullname: $strportfolios", $course->fullname,
$navigation, "", "", true, " ", navmenu($course));
$currenttab = 'portfolios';
$currenttab = 'portfolioconf';
$showroles = 1;
include('tabs.php');