source: trunk/forum/styles/prosilver/template/overall_footer.html

Last change on this file was 400, checked in by george, 16 years ago
  • Přidáno: Nové forum phpBB 3.
File size: 2.3 KB
Line 
1 </div>
2
3<div id="page-footer">
4
5 <div class="navbar">
6 <div class="inner"><span class="corners-top"><span></span></span>
7
8 <ul class="linklist">
9 <li class="icon-home"><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a></li>
10 <!-- IF not S_IS_BOT -->
11 <!-- IF S_WATCH_FORUM_LINK --><li <!-- IF S_WATCHING_FORUM -->class="icon-unsubscribe"<!-- ELSE -->class="icon-subscribe"<!-- ENDIF -->><a href="{S_WATCH_FORUM_LINK}" title="{S_WATCH_FORUM_TITLE}">{S_WATCH_FORUM_TITLE}</a></li><!-- ENDIF -->
12 <!-- IF U_WATCH_TOPIC --><li <!-- IF S_WATCHING_TOPIC -->class="icon-unsubscribe"<!-- ELSE -->class="icon-subscribe"<!-- ENDIF -->><a href="{U_WATCH_TOPIC}" title="{L_WATCH_TOPIC}">{L_WATCH_TOPIC}</a></li><!-- ENDIF -->
13 <!-- IF U_BOOKMARK_TOPIC --><li class="icon-bookmark"><a href="{U_BOOKMARK_TOPIC}" title="{L_BOOKMARK_TOPIC}">{L_BOOKMARK_TOPIC}</a></li><!-- ENDIF -->
14 <!-- IF U_BUMP_TOPIC --><li class="icon-bump"><a href="{U_BUMP_TOPIC}" title="{L_BUMP_TOPIC}">{L_BUMP_TOPIC}</a></li><!-- ENDIF -->
15 <!-- ENDIF -->
16 <li class="rightside"><!-- IF U_TEAM --><a href="{U_TEAM}">{L_THE_TEAM}</a> &bull; <!-- ENDIF --><!-- IF not S_IS_BOT --><a href="{U_DELETE_COOKIES}">{L_DELETE_COOKIES}</a> &bull; <!-- ENDIF -->{S_TIMEZONE}</li>
17 </ul>
18
19 <span class="corners-bottom"><span></span></span></div>
20 </div>
21
22<!--
23 We request you retain the full copyright notice below including the link to www.phpbb.com.
24 This not only gives respect to the large amount of time given freely by the developers
25 but also helps build interest, traffic and use of phpBB3. If you (honestly) cannot retain
26 the full copyright we ask you at least leave in place the "Powered by phpBB" line, with
27 "phpBB" linked to www.phpbb.com. If you refuse to include even this then support on our
28 forums may be affected.
29
30 The phpBB Group : 2006
31//-->
32
33 <div class="copyright">Powered by <a href="http://www.phpbb.com/">phpBB</a> &copy; 2000, 2002, 2005, 2007 phpBB Group
34 <!-- IF TRANSLATION_INFO --><br />{TRANSLATION_INFO}<!-- ENDIF -->
35 <!-- IF DEBUG_OUTPUT --><br />{DEBUG_OUTPUT}<!-- ENDIF -->
36 <!-- IF U_ACP --><br /><strong><a href="{U_ACP}">{L_ACP}</a></strong><!-- ENDIF -->
37 </div>
38</div>
39
40</div>
41
42<div>
43 <a id="bottom" name="bottom" accesskey="z"></a>
44 <!-- IF not S_IS_BOT -->{RUN_CRON_TASK}<!-- ENDIF -->
45</div>
46
47</body>
48</html>
Note: See TracBrowser for help on using the repository browser.