mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00
MDL-55658 theme_noname: Move the footer out of the content region
So it can be 100% wide. Part of MDL-55071
This commit is contained in:
parent
d6f2ce1486
commit
126e1b2436
4 changed files with 33 additions and 33 deletions
|
@ -43,17 +43,17 @@
|
|||
</section>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<footer id="page-footer">
|
||||
<div id="course-footer">{{{ output.course_footer }}}</div>
|
||||
<p class="helplink">{{{ output.page_doc_link }}}</p>
|
||||
{{{ output.login_info }}}
|
||||
{{{ output.home_link }}}
|
||||
{{{ output.standard_footer_html }}}
|
||||
</footer>
|
||||
{{{ output.standard_end_of_body_html }}}
|
||||
|
||||
</div>
|
||||
|
||||
<footer id="page-footer">
|
||||
<div id="course-footer">{{{ output.course_footer }}}</div>
|
||||
<p class="helplink">{{{ output.page_doc_link }}}</p>
|
||||
{{{ output.login_info }}}
|
||||
{{{ output.home_link }}}
|
||||
{{{ output.standard_footer_html }}}
|
||||
</footer>
|
||||
{{{ output.standard_end_of_body_html }}}
|
||||
|
||||
</body>
|
||||
</html>
|
||||
{{#js}}
|
||||
|
|
|
@ -45,16 +45,16 @@
|
|||
{{{ sidepreblocks }}}
|
||||
</div>
|
||||
|
||||
<footer id="page-footer">
|
||||
<div id="course-footer">{{{ output.course_footer }}}</div>
|
||||
<p class="helplink">{{{ output.page_doc_link }}}</p>
|
||||
{{{ output.login_info }}}
|
||||
{{{ output.home_link }}}
|
||||
{{{ output.standard_footer_html }}}
|
||||
</footer>
|
||||
{{{ output.standard_end_of_body_html }}}
|
||||
|
||||
</div>
|
||||
<footer id="page-footer">
|
||||
<div id="course-footer">{{{ output.course_footer }}}</div>
|
||||
<p class="helplink">{{{ output.page_doc_link }}}</p>
|
||||
{{{ output.login_info }}}
|
||||
{{{ output.home_link }}}
|
||||
{{{ output.standard_footer_html }}}
|
||||
</footer>
|
||||
{{{ output.standard_end_of_body_html }}}
|
||||
|
||||
</body>
|
||||
</html>
|
||||
{{#js}}
|
||||
|
|
|
@ -47,16 +47,16 @@
|
|||
</div>
|
||||
{{{ sidepostblocks }}}
|
||||
</div>
|
||||
<footer id="page-footer">
|
||||
<div id="course-footer">{{{ output.course_footer }}}</div>
|
||||
<p class="helplink">{{{ output.page_doc_link }}}</p>
|
||||
{{{ output.login_info }}}
|
||||
{{{ output.home_link }}}
|
||||
{{{ output.standard_footer_html }}}
|
||||
</footer>
|
||||
{{{ output.standard_end_of_body_html }}}
|
||||
|
||||
</div>
|
||||
<footer id="page-footer">
|
||||
<div id="course-footer">{{{ output.course_footer }}}</div>
|
||||
<p class="helplink">{{{ output.page_doc_link }}}</p>
|
||||
{{{ output.login_info }}}
|
||||
{{{ output.home_link }}}
|
||||
{{{ output.standard_footer_html }}}
|
||||
</footer>
|
||||
{{{ output.standard_end_of_body_html }}}
|
||||
|
||||
</body>
|
||||
</html>
|
||||
{{#js}}
|
||||
|
|
|
@ -22,12 +22,12 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<footer id="page-footer">
|
||||
{{{ output.standard_footer_html }}}
|
||||
</footer>
|
||||
{{{ output.standard_end_of_body_html }}}
|
||||
|
||||
</div>
|
||||
<footer id="page-footer">
|
||||
{{{ output.standard_footer_html }}}
|
||||
</footer>
|
||||
{{{ output.standard_end_of_body_html }}}
|
||||
|
||||
</body>
|
||||
</html>
|
||||
{{#js}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue