MDL-19787 Migrated calls to print_heading

This commit is contained in:
nicolasconnault
2009-08-06 08:17:12 +00:00
parent c018f97328
commit 2fff8846f2
51 changed files with 110 additions and 109 deletions
+1 -1
View File
@@ -57,7 +57,7 @@
/// Print the component download link
echo '<div class="reportlink"><a href="environment.php?action=updatecomponent&amp;sesskey='.sesskey().'">'.$strupdate.'</a></div>';
print_heading($strenvironment);
echo $OUTPUT->heading($strenvironment);
/// Handle the 'updatecomponent' action
if ($action == 'updatecomponent' && confirm_sesskey()) {