Advertisement
Guest User

Untitled

a guest
Aug 16th, 2015
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. #
  2. # phpBB Style Configuration File
  3. #
  4. # This file is part of the phpBB Forum Software package.
  5. #
  6. # @copyright (c) phpBB Limited <https://www.phpbb.com>
  7. # @license GNU General Public License, version 2 (GPL-2.0)
  8. #
  9. # 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.1.5
  25. phpbb_version = 3.1.5
  26.  
  27. # Defining a different template bitfield
  28. # template_bitfield = lNg=
  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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement