source: main/waeup.plonetheme/trunk/waeup/plonetheme/browser/templates/footer.pt @ 5699

Last change on this file since 5699 was 5699, checked in by Henrik Bettermann, 14 years ago

Fill new trunk.

File size: 807 bytes
Line 
1<div metal:define-macro="portal_footer"
2     i18n:domain="plone"
3     class="row">
4    <div class="cell width-full position-0">
5
6        <div id="portal-footer">
7       
8        <table class="footer" align="center">
9            <tr>
10            <th>
11                Footer Column 1 Header
12            </th>
13            <th>
14                Footer Column 2 Header
15            </th>
16            <th>
17                Footer Column 3 Header
18            </th>
19            </tr>                       
20            <tr>
21            <td>
22                Footer Column 1 Text
23            </td>
24            <td>
25                Footer Column 2 Text
26            </td>
27            <td>
28                Footer Column 3 Text       
29            </td>
30            </tr>
31        </table>
32        </div>
33
34    </div>
35</div>
Note: See TracBrowser for help on using the repository browser.