Verzeichnisstruktur phpBB-3.0.0
- Veröffentlicht
- 12.12.2007
So funktioniert es
|
Auf das letzte Element klicken. Dies geht jeweils ein Schritt zurück |
Auf das Icon klicken, dies öffnet das Verzeichnis. Nochmal klicken schließt das Verzeichnis. |
|
(Beispiel Datei-Icons)
|
Auf das Icon klicken um den Quellcode anzuzeigen |
overall_footer.html
01 </div>
02
03 <div id="page-footer">
04
05 <div class="navbar">
06 <div class="inner"><span class="corners-top"><span></span></span>
07
08 <ul class="linklist">
09 <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"><a href="{U_TEAM}">{L_THE_TEAM}</a> • <!-- IF not S_IS_BOT --><a href="{U_DELETE_COOKIES}">{L_DELETE_COOKIES}</a> • <!-- 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> © 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>