From 92e8851f67da00d22c6a764699e341ebc77739d6 Mon Sep 17 00:00:00 2001 From: samhemelryk Date: Mon, 7 Sep 2009 07:29:07 +0000 Subject: [PATCH] portfolio MDL-19819 Updated print_header and build_navigation to OUTPUT and PAGE equivalents --- portfolio/already.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/portfolio/already.php b/portfolio/already.php index fc1ac70da0..0516612a75 100644 --- a/portfolio/already.php +++ b/portfolio/already.php @@ -67,8 +67,10 @@ if ($dataid) { } $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) { -- 2.39.5