Footer
From MovableType
The footer module contains the tags that come at the end of the HTML document being served. Sidebars are also placed in the footer module.
This template is included by:
- Archive Index
- Main Index
- Entry
- Entry Listing
- Page
- Comment Preview
- Comment Response
- Dynamic Error
- Search Results
This template includes the following modules:
These are the closing div tags for the alpha and alpha-inner sections
</div> </div>
Include the sidebar modules depending on the chosen layout
<MTIf name="sidebar"> <MTIf name="page_layout" eq="layout-tw"$> <$MTInclude module="Sidebar - 2 Column Layout"$> <MTElse> <MTIf name="page_layout" eq="layout-wt"$> <$MTInclude module="Sidebar - 2 Column Layout"$> <MTElse> <MTIf name="page_layout" eq="layout-twt"$> <$MTInclude module="Sidebar - 3 Column Layout"$> <MTElse> <$MTInclude module="Sidebar - 3 Column Layout"$> </MTElse> </MTIf> </MTElse> </MTIf> </MTElse> </MTIf> </MTIf>
The Powered by MT logo and any CC license that was defined.
</div>
</div>
<div id="footer">
<div id="footer-inner">
<div id="footer-content">
<div class="widget-powered widget">
<div class="widget-content">
Powered by <a href="http://www.movabletype.com/"><$MTProductName$></a>
</div>
</div>
<MTBlogIfCCLicense>
<div class="widget-creative-commons widget">
<div class="widget-content">
This blog is licensed under a <a href="<$MTBlogCCLicenseURL$>">Creative Commons License</a>.
</div>
</div>
</MTBlogIfCCLicense>
</div>
</div>
</div>
</div>
</div>
</body>
</html>