Verzeichnisstruktur phpBB-3.3.15
- Veröffentlicht
- 28.08.2024
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 |
style.cfg
01 #
02 # phpBB Style Configuration File
03 #
04 # This file is part of the phpBB Forum Software package.
05 #
06 # @copyright (c) phpBB Limited <https://www.phpbb.com>
07 # @license GNU General Public License, version 2 (GPL-2.0)
08 #
09 # For full copyright and license information, please see
10 # the docs/CREDITS.txt file.
11 #
12 # At the left is the name, please do not change this
13 # At the right the value is entered
14 #
15 # Values get trimmed, if you want to add a space in front or at the end of
16 # the value, then enclose the value with single or double quotes.
17 # Single and double quotes do not need to be escaped.
18 #
19 #
20
21 # General Information about this style
22 name = prosilver
23 copyright = © phpBB Limited, 2007
24 style_version = 3.3.15
25 phpbb_version = 3.3.15
26
27 # Defining a different template bitfield
28 # template_bitfield = //g=
29
30 # Parent style
31 # Set value to empty or to this style's name if this style does not have a parent style
32 parent = prosilver
33