Fout in acp_styles.php?

Hulp nodig bij een stijl? Voor zowel XHTML/CSS als grafische vragen uiteraard gerelateerd aan phpBB3.
Forumregels

LEES: Richtlijnen voor Support. Vul de support template in!
phpBB3.0.x
Verschaf iemand geen servertoegang tenzij het niet anders kan. Maak altijd eerst een volledige backup en verander de inloggevens na afloop. Eigen risico.
Plaats reactie
arent
Berichten: 27
Lid geworden op: 03 aug 2007, 11:50

Fout in acp_styles.php?

Bericht door arent » 01 nov 2007, 14:41

In <tt>acp_styles</tt> staat bovenaan temidden van 'gewone' code een extra copyrightmelding. Hoort dat echt?
<...>
// Fill the configuration variables
$this->style_cfg = $this->template_cfg = $this->theme_cfg = $this->imageset_cfg = '
#
# phpBB {MODE} configuration file
#
# @package phpBB3
# @copyright (c) 2005 phpBB Group
# @license http://opensource.org/licenses/gpl-license.php GNU Public License
<...>
# General Information about this {MODE}
name = {NAME}
copyright = {COPYRIGHT}
version = {VERSION}
';

$this->theme_cfg .= '
# 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 = {PARSE_CSS_FILE}
';

$this->imageset_keys = array(
<...>
De copyrighttekst (commentaar) staat in een string...

arent
Berichten: 27
Lid geworden op: 03 aug 2007, 11:50

Re: Fout in acp_styles.php?

Bericht door arent » 01 nov 2007, 14:44

:oops: niet goed gekeken...

Plaats reactie