-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.php
23 lines (23 loc) · 1.05 KB
/
footer.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<div id="footer">
<div class="container">
<div class="mw-ui-row">
<div class="mw-ui-col" id="copyright">
<div class="edit" field="footer-left" rel="global">
<p class="element">Copyright © All rights reserved</p>
</div>
</div>
<div class="mw-ui-col" id="footer-menu">
<div class="edit" field="footer-right" rel="global">
<module type="menu" name="footer_menu" template="small">
</div>
</div>
<div class="mw-ui-col" id="powered">
<div><?php print powered_by_link(); ?></div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>