root/donation/templates/donation.tpl @ 84

Revision 84, 0.9 kB (checked in by d0nut, 6 years ago)

bugfixes to make it run

Line 
1{include file="documentHeader"}
2<head>
3        <title>{lang}wcf.header.menu.donation{/lang} - {PAGE_TITLE}</title>
4
5        {include file='headInclude' sandbox=false}
6</head>
7<body>
8{include file="header" sandbox=false}
9<div id="main">
10        <ul class="breadCrumbs">
11                <li><a href="index.php{@SID_ARG_1ST}"><img src="icon/indexS.png" alt="" /> <span>{PAGE_TITLE}</span></a> &raquo;</li>
12        </ul>
13       
14        <div class="mainHeadline" style="clear:none">
15                <img src="{@RELATIVE_WCF_DIR}icon/donation48.png" alt="" />
16                <div class="headlineContainer">
17                        <h2> {lang}wcf.header.menu.donation{/lang}</h2>
18                        {lang}wcf.header.menu.donation.description{/lang}
19                </div>
20        </div>
21        <div class="border">
22                <div class="container-1">
23                        <!-- show statistics //-->
24                        <!-- show donations //-->
25                        <!-- add new donation //-->
26                        {if $additionalDonationSystems|isset}{@$additionalDonationSystems}{/if}
27                </div>
28        </div>
29</div>
30{include file="footer" sandbox=false}
31
32</body>
33</html>
Note: See TracBrowser for help on using the browser.