MDL-39016 theme_bootstrapbase: Added login info and home link to footer in both boostrapbase & clean layout/general.php

This commit is contained in:
Mary Evans
2013-06-10 16:05:25 +12:00
committed by Sam Hemelryk
parent 3178aacd9e
commit 034710e8ee
6 changed files with 27 additions and 9 deletions
+6 -2
View File
@@ -75,11 +75,15 @@ echo $OUTPUT->doctype() ?>
<footer id="page-footer">
<div id="course-footer"><?php echo $OUTPUT->course_footer(); ?></div>
<p class="helplink"><?php echo $OUTPUT->page_doc_link(); ?></p>
<?php echo $OUTPUT->standard_footer_html(); ?>
<?php
echo $OUTPUT->login_info();
echo $OUTPUT->home_link();
echo $OUTPUT->standard_footer_html();
?>
</footer>
<?php echo $OUTPUT->standard_end_of_body_html() ?>
</div>
</body>
</html>
</html>
+6 -2
View File
@@ -86,11 +86,15 @@ echo $OUTPUT->doctype() ?>
<footer id="page-footer">
<div id="course-footer"><?php echo $OUTPUT->course_footer(); ?></div>
<p class="helplink"><?php echo $OUTPUT->page_doc_link(); ?></p>
<?php echo $OUTPUT->standard_footer_html(); ?>
<?php
echo $OUTPUT->login_info();
echo $OUTPUT->home_link();
echo $OUTPUT->standard_footer_html();
?>
</footer>
<?php echo $OUTPUT->standard_end_of_body_html() ?>
</div>
</body>
</html>
</html>
+6 -2
View File
@@ -79,11 +79,15 @@ echo $OUTPUT->doctype() ?>
<footer id="page-footer">
<div id="course-footer"><?php echo $OUTPUT->course_footer(); ?></div>
<p class="helplink"><?php echo $OUTPUT->page_doc_link(); ?></p>
<?php echo $OUTPUT->standard_footer_html(); ?>
<?php
echo $OUTPUT->login_info();
echo $OUTPUT->home_link();
echo $OUTPUT->standard_footer_html();
?>
</footer>
<?php echo $OUTPUT->standard_end_of_body_html() ?>
</div>
</body>
</html>
</html>
+3 -1
View File
@@ -80,6 +80,8 @@ echo $OUTPUT->doctype() ?>
<p class="helplink"><?php echo $OUTPUT->page_doc_link(); ?></p>
<?php
echo $html->footnote;
echo $OUTPUT->login_info();
echo $OUTPUT->home_link();
echo $OUTPUT->standard_footer_html();
?>
</footer>
@@ -88,4 +90,4 @@ echo $OUTPUT->doctype() ?>
</div>
</body>
</html>
</html>
+3 -1
View File
@@ -91,6 +91,8 @@ echo $OUTPUT->doctype() ?>
<p class="helplink"><?php echo $OUTPUT->page_doc_link(); ?></p>
<?php
echo $html->footnote;
echo $OUTPUT->login_info();
echo $OUTPUT->home_link();
echo $OUTPUT->standard_footer_html();
?>
</footer>
@@ -99,4 +101,4 @@ echo $OUTPUT->doctype() ?>
</div>
</body>
</html>
</html>
+3 -1
View File
@@ -98,6 +98,8 @@ echo $OUTPUT->doctype() ?>
<p class="helplink"><?php echo $OUTPUT->page_doc_link(); ?></p>
<?php
echo $html->footnote;
echo $OUTPUT->login_info();
echo $OUTPUT->home_link();
echo $OUTPUT->standard_footer_html();
?>
</footer>
@@ -106,4 +108,4 @@ echo $OUTPUT->doctype() ?>
</div>
</body>
</html>
</html>