Skip to content

Commit

Permalink
portfolio MDL-19819 Updated print_header and build_navigation to OUTP…
Browse files Browse the repository at this point in the history
…UT and PAGE equivalents
  • Loading branch information
samhemelryk committed Sep 7, 2009
1 parent c0549ef commit 92e8851
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion portfolio/already.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,10 @@
}

$strheading = get_string('activeexport', 'portfolio');
print_header($strheading, $strheading);

$PAGE->set_title($strheading);
$PAGE->set_heading($strheading);
echo $OUTPUT->header();
echo $OUTPUT->confirm(get_string('alreadyexporting', 'portfolio'), $CFG->wwwroot . '/portfolio/add.php', $CFG->wwwroot . '/portfolio/add.php?cancel=1');

if (count($table->data) > 0) {
Expand Down

0 comments on commit 92e8851

Please sign in to comment.