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 |
mcp_footer.html
01
02 </td>
03 </tr>
04 </table>
05
06 <!-- IF PAGINATION -->
07 <table width="80%" align="{S_CONTENT_FLOW_END}" cellspacing="1">
08 <tr>
09 <td class="nav" valign="middle" nowrap="nowrap"> {PAGE_NUMBER}<br /></td>
10 <td class="gensmall" nowrap="nowrap"> [ <!-- IF TOTAL_TOPICS -->{TOTAL_TOPICS}<!-- ELSEIF TOTAL_POSTS -->{TOTAL_POSTS}<!-- ELSE -->{TOTAL}<!-- ENDIF --> ] </td>
11 <td class="gensmall" width="100%" align="{S_CONTENT_FLOW_END}" nowrap="nowrap"><!-- INCLUDE pagination.html --></td>
12 </tr>
13 </table>
14 <br />
15 <!-- ENDIF -->
16
17 </div>
18
19 <br clear="all" />
20
21 <!-- INCLUDE breadcrumbs.html -->
22
23 <br clear="all" />
24
25 <div align="{S_CONTENT_FLOW_END}"><!-- INCLUDE jumpbox.html --></div>
26
27 <!-- INCLUDE overall_footer.html -->