mirror of
http://aero2k.de/repos/dfde-theme.git
synced 2017-09-06 15:25:40 +02:00
init via Paket von feltel (von timo salmen für 3.1)
https://debianforum.de/forum/viewtopic.php?f=5&t=158531&p=1069091#p1069091
This commit is contained in:
35
theme/theme.cfg
Normal file
35
theme/theme.cfg
Normal file
@@ -0,0 +1,35 @@
|
||||
#
|
||||
# phpBB Theme Configuration File
|
||||
#
|
||||
# @package phpBB3
|
||||
# @copyright (c) 2006 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
|
||||
#
|
||||
|
||||
# General Information about this theme
|
||||
name = debianforum.de
|
||||
copyright = © 2008 Timo Salmen for debianforum.de
|
||||
version = 1.0.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 = 1
|
||||
Reference in New Issue
Block a user