mirror of
https://github.com/flarum/core.git
synced 2025-07-31 13:40:20 +02:00
Remove footer and move language selection to header
This commit is contained in:
@@ -17,9 +17,6 @@
|
||||
* - #home-link
|
||||
* - #header-primary
|
||||
* - #header-secondary
|
||||
* - #footer
|
||||
* - #footer-primary
|
||||
* - #footer-secondary
|
||||
* - #content
|
||||
* - #composer
|
||||
*/
|
||||
@@ -43,13 +40,6 @@
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<footer id="footer" class="App-footer">
|
||||
<div class="container">
|
||||
<div id="footer-primary" class="Footer-primary"></div>
|
||||
<div id="footer-secondary" class="Footer-secondary"></div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
</div>
|
||||
|
||||
<main class="App-content">
|
||||
|
Reference in New Issue
Block a user