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:
Damyon Wiese 2016-08-22 15:52:15 +08:00 committed by Dan Poltawski
parent d6f2ce1486
commit 126e1b2436
4 changed files with 33 additions and 33 deletions

View file

@ -43,6 +43,7 @@
</section> </section>
</div> </div>
</div> </div>
</div>
<footer id="page-footer"> <footer id="page-footer">
<div id="course-footer">{{{ output.course_footer }}}</div> <div id="course-footer">{{{ output.course_footer }}}</div>
@ -53,7 +54,6 @@
</footer> </footer>
{{{ output.standard_end_of_body_html }}} {{{ output.standard_end_of_body_html }}}
</div>
</body> </body>
</html> </html>
{{#js}} {{#js}}

View file

@ -45,6 +45,7 @@
{{{ sidepreblocks }}} {{{ sidepreblocks }}}
</div> </div>
</div>
<footer id="page-footer"> <footer id="page-footer">
<div id="course-footer">{{{ output.course_footer }}}</div> <div id="course-footer">{{{ output.course_footer }}}</div>
<p class="helplink">{{{ output.page_doc_link }}}</p> <p class="helplink">{{{ output.page_doc_link }}}</p>
@ -54,7 +55,6 @@
</footer> </footer>
{{{ output.standard_end_of_body_html }}} {{{ output.standard_end_of_body_html }}}
</div>
</body> </body>
</html> </html>
{{#js}} {{#js}}

View file

@ -47,6 +47,7 @@
</div> </div>
{{{ sidepostblocks }}} {{{ sidepostblocks }}}
</div> </div>
</div>
<footer id="page-footer"> <footer id="page-footer">
<div id="course-footer">{{{ output.course_footer }}}</div> <div id="course-footer">{{{ output.course_footer }}}</div>
<p class="helplink">{{{ output.page_doc_link }}}</p> <p class="helplink">{{{ output.page_doc_link }}}</p>
@ -56,7 +57,6 @@
</footer> </footer>
{{{ output.standard_end_of_body_html }}} {{{ output.standard_end_of_body_html }}}
</div>
</body> </body>
</html> </html>
{{#js}} {{#js}}

View file

@ -22,12 +22,12 @@
</div> </div>
</div> </div>
</div>
<footer id="page-footer"> <footer id="page-footer">
{{{ output.standard_footer_html }}} {{{ output.standard_footer_html }}}
</footer> </footer>
{{{ output.standard_end_of_body_html }}} {{{ output.standard_end_of_body_html }}}
</div>
</body> </body>
</html> </html>
{{#js}} {{#js}}