root/branches/release-32/default_templates/banner_footer.mtml @ 1707

Revision 1707, 0.6 kB (checked in by bsmith, 20 months ago)

bugzid:69535 - less modularized template set committed. produces same html as modularized template set

  • Property svn:executable set to *
Line 
1<div id="footer">
2    <div id="footer-inner">
3        <div id="footer-content">
4            <div class="widget-powered widget">
5                <div class="widget-content">
6                    <__trans phrase="_POWERED_BY">
7                </div>
8            </div>
9<MTBlogIfCCLicense>
10            <div class="widget-creative-commons widget">
11                <div class="widget-content">
12                    <__trans phrase="This blog is licensed under a <a href="[_1]">Creative Commons License</a>." params="<$MTBlogCCLicenseURL$>">
13                </div>
14            </div>
15</MTBlogIfCCLicense>
16        </div>
17    </div>
18</div>
Note: See TracBrowser for help on using the browser.