root/branches/release-34/default_templates/banner_footer.mtml @ 1851

Revision 1851, 0.6 kB (checked in by bchoate, 20 months ago)

Fix for permissions.

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.