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.
Auf den Verzeichnisnamen klicken, dies zeigt nur das Verzeichnis mit Inhalt an

(Beispiel Datei-Icons)

Auf das Icon klicken um den Quellcode anzuzeigen

overall_footer.html

Zuletzt modifiziert: 09.10.2024, 12:53 - Dateigröße: 1007.00 Bytes


01      <!-- IF not S_IS_BOT -->{RUN_CRON_TASK}<!-- ENDIF -->
02  </div>
03   
04  <!--
05      We request you retain the full copyright notice below including the link to www.phpbb.com.
06      This not only gives respect to the large amount of time given freely by the developers
07      but also helps build interest, traffic and use of phpBB3. If you (honestly) cannot retain
08      the full copyright we ask you at least leave in place the "Powered by phpBB" line, with
09      "phpBB" linked to www.phpbb.com. If you refuse to include even this then support on our
10      forums may be affected.
11   
12      The phpBB Group : 2006
13  //-->
14   
15  <div id="wrapfooter">
16      <!-- IF U_ACP --><span class="gensmall">[ <a href="{U_ACP}">{L_ACP}</a> ]</span><br /><br /><!-- ENDIF -->
17      <span class="copyright">Powered by <a href="http://www.phpbb.com/">phpBB</a> &copy; 2000, 2002, 2005, 2007 phpBB Group
18      <!-- IF TRANSLATION_INFO --><br />{TRANSLATION_INFO}<!-- ENDIF -->
19      <!-- IF DEBUG_OUTPUT --><br /><bdo dir="ltr">[ {DEBUG_OUTPUT} ]</bdo><!-- ENDIF --></span>
20  </div>
21   
22  </body>
23  </html>