diff --git a/theme/bootstrapbase/layout/columns1.php b/theme/bootstrapbase/layout/columns1.php index 0216b92f906..2d3f4174f6c 100644 --- a/theme/bootstrapbase/layout/columns1.php +++ b/theme/bootstrapbase/layout/columns1.php @@ -75,11 +75,15 @@ echo $OUTPUT->doctype() ?> standard_end_of_body_html() ?> - \ No newline at end of file + diff --git a/theme/bootstrapbase/layout/columns2.php b/theme/bootstrapbase/layout/columns2.php index 87c05c8fb9e..eba9f85ce5b 100644 --- a/theme/bootstrapbase/layout/columns2.php +++ b/theme/bootstrapbase/layout/columns2.php @@ -86,11 +86,15 @@ echo $OUTPUT->doctype() ?> standard_end_of_body_html() ?> - \ No newline at end of file + diff --git a/theme/bootstrapbase/layout/columns3.php b/theme/bootstrapbase/layout/columns3.php index ad4774886ee..3df8db27590 100644 --- a/theme/bootstrapbase/layout/columns3.php +++ b/theme/bootstrapbase/layout/columns3.php @@ -79,11 +79,15 @@ echo $OUTPUT->doctype() ?> standard_end_of_body_html() ?> - \ No newline at end of file + diff --git a/theme/clean/layout/columns1.php b/theme/clean/layout/columns1.php index 16d10fe9e5d..95e6ac4eef2 100644 --- a/theme/clean/layout/columns1.php +++ b/theme/clean/layout/columns1.php @@ -80,6 +80,8 @@ echo $OUTPUT->doctype() ?> footnote; + echo $OUTPUT->login_info(); + echo $OUTPUT->home_link(); echo $OUTPUT->standard_footer_html(); ?> @@ -88,4 +90,4 @@ echo $OUTPUT->doctype() ?> - \ No newline at end of file + diff --git a/theme/clean/layout/columns2.php b/theme/clean/layout/columns2.php index 9882767fe7c..8232af5a794 100644 --- a/theme/clean/layout/columns2.php +++ b/theme/clean/layout/columns2.php @@ -91,6 +91,8 @@ echo $OUTPUT->doctype() ?> footnote; + echo $OUTPUT->login_info(); + echo $OUTPUT->home_link(); echo $OUTPUT->standard_footer_html(); ?> @@ -99,4 +101,4 @@ echo $OUTPUT->doctype() ?> - \ No newline at end of file + diff --git a/theme/clean/layout/columns3.php b/theme/clean/layout/columns3.php index 50120d2137f..da974678a70 100644 --- a/theme/clean/layout/columns3.php +++ b/theme/clean/layout/columns3.php @@ -98,6 +98,8 @@ echo $OUTPUT->doctype() ?> footnote; + echo $OUTPUT->login_info(); + echo $OUTPUT->home_link(); echo $OUTPUT->standard_footer_html(); ?> @@ -106,4 +108,4 @@ echo $OUTPUT->doctype() ?> - \ No newline at end of file +