mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
MDL-16046 Fixed up the portfolio tabs
This commit is contained in:
parent
838a8eb146
commit
55de6e0784
3 changed files with 9 additions and 6 deletions
|
@ -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');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue