mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/12286] Styles have a phpbb_version and a style_version in 3.1
PHPBB3-12286
This commit is contained in:
parent
37eea9fa41
commit
ac5a808ff3
1 changed files with 4 additions and 2 deletions
|
@ -1182,7 +1182,8 @@ append_sid("{$phpbb_root_path}memberlist.$phpEx", 'mode=group&
|
||||||
# General Information about this style
|
# General Information about this style
|
||||||
name = prosilver_duplicate
|
name = prosilver_duplicate
|
||||||
copyright = © phpBB Group, 2007
|
copyright = © phpBB Group, 2007
|
||||||
version = 3.1.0
|
style_version = 3.1.0
|
||||||
|
phpbb_version = 3.1.0
|
||||||
|
|
||||||
# Defining a different template bitfield
|
# Defining a different template bitfield
|
||||||
# template_bitfield = lNg=
|
# template_bitfield = lNg=
|
||||||
|
@ -1671,7 +1672,8 @@ div
|
||||||
# General Information about this style
|
# General Information about this style
|
||||||
name = Custom Style
|
name = Custom Style
|
||||||
copyright = © phpBB Group, 2007
|
copyright = © phpBB Group, 2007
|
||||||
version = 3.1.0
|
style_version = 3.1.0-b1
|
||||||
|
phpbb_version = 3.1.0-b1
|
||||||
|
|
||||||
# Defining a different template bitfield
|
# Defining a different template bitfield
|
||||||
# template_bitfield = lNg=
|
# template_bitfield = lNg=
|
||||||
|
|
Loading…
Add table
Reference in a new issue