mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 03:54:10 +01:00
- also added character names to old homographs - pagination_sep theme option removed, PAGINATION_SEPERATOR can be set in language files and the theme can overwrite it using span.page-sep [Bug #6872] git-svn-id: file:///svn/phpbb/trunk@6862 89ea8834-ac86-4346-8a33-228a782c2dd0
36 lines
998 B
INI
36 lines
998 B
INI
#
|
|
# phpBB Theme Configuration File
|
|
#
|
|
# @package phpBB3
|
|
# @copyright (c) 2005 phpBB Group
|
|
# @license http://opensource.org/licenses/gpl-license.php GNU Public License
|
|
#
|
|
#
|
|
# At the left is the name, please do not change this
|
|
# At the right the value is entered
|
|
# For on/off options the valid values are on, off, 1, 0, true and false
|
|
#
|
|
# Values get trimmed, if you want to add a space in front or at the end of
|
|
# the value, then enclose the value with single or double quotes.
|
|
# Single and double quotes do not need to be escaped.
|
|
#
|
|
# Available and used values:
|
|
# parse_css_file, pagination_sep
|
|
#
|
|
|
|
# General Information about this theme
|
|
name = subSilver
|
|
copyright = © phpBB Group, 2003
|
|
version = 2.1.1
|
|
|
|
# Some configuration options
|
|
|
|
#
|
|
# You have to turn this option on if you want to use the
|
|
# path template variables ({T_IMAGESET_PATH} for example) within
|
|
# your css file.
|
|
# This is mostly the case if you want to use language specific
|
|
# images within your css file.
|
|
#
|
|
parse_css_file = off
|