|
From: Paul S. O. <ps...@us...> - 2002-02-04 18:42:50
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver
In directory usw-pr-cvs1:/tmp/cvs-serv30527/templates/subSilver
Modified Files:
subSilver.cfg
Log Message:
Another change to the way {LANG} is handled for images ... last one, ... hopefully :)
Index: subSilver.cfg
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/subSilver.cfg,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** subSilver.cfg 2002/01/31 01:17:59 1.10
--- subSilver.cfg 2002/02/04 18:31:15 1.11
***************
*** 1,49 ****
<?php
-
//
! // Do not alter this line!
//
! define(TEMPLATE_CONFIG, TRUE);
!
//
! // Configuration file for subSilver template
//
// $Id$
//
- // ** copyright (C) 2001 The phpBB Group **
- // ** Created by subBlue design **
- // ** www.subBlue.com **
- //
- // ** subSilver dev. forum: www.subSky.com/phpBB2/ **
- //
- // This contains (at present) an array, images which
- // points to the location of individiual images used
- // by the template
- //
// Please note that to enable support of different languages
// the {LANG} place holder is available. This will be replaced
! // with the users selected language, eg. english, german, polish. The
! // suggested method is to keep all button related images (eg. post,
! // reply, quote, etc.) in subfolders; lang_english, lang_german, etc.
! // which requires lang_{LANG} to be part of the path name as below
//
! $current_template_images = $current_template_path . "/images";
! $smilies_url = "images/smiles";
! $images['icon_quote'] = "$current_template_images/lang_{LANG}/icon_quote.gif";
! $images['icon_edit'] = "$current_template_images/lang_{LANG}/icon_edit.gif";
! $images['icon_search'] = "$current_template_images/lang_{LANG}/icon_search.gif";
! $images['icon_profile'] = "$current_template_images/lang_{LANG}/icon_profile.gif";
! $images['icon_pm'] = "$current_template_images/lang_{LANG}/icon_pm.gif";
! $images['icon_email'] = "$current_template_images/lang_{LANG}/icon_email.gif";
$images['icon_delpost'] = "$current_template_images/icon_delete.gif";
! $images['icon_ip'] = "$current_template_images/lang_{LANG}/icon_ip.gif";
! $images['icon_www'] = "$current_template_images/lang_{LANG}/icon_www.gif";
! $images['icon_icq'] = "$current_template_images/lang_{LANG}/icon_icq_add.gif";
! $images['icon_aim'] = "$current_template_images/lang_{LANG}/icon_aim.gif";
! $images['icon_yim'] = "$current_template_images/lang_{LANG}/icon_yim.gif";
! $images['icon_msnm'] = "$current_template_images/lang_{LANG}/icon_msnm.gif";
$images['icon_minipost'] = "$current_template_images/icon_minipost.gif";
$images['icon_gotopost'] = "$current_template_images/icon_minipost.gif";
--- 1,42 ----
<?php
//
! // ** Configuration file for subSilver template **
//
! // ** copyright (C) 2001 The phpBB Group **
! // ** Created by subBlue design **
! // ** www.subBlue.com **
//
! // ** subSilver dev. forum: www.subSky.com/phpBB2/ **
//
// $Id$
//
// Please note that to enable support of different languages
// the {LANG} place holder is available. This will be replaced
! // with xxx where xxx is the users selected language. If
! // that language isn't available it will default to english.
! // Therefore you MUST ensure you have at least a english
! // directory if you choose to localise your template
//
! //
! // Do not alter this line!
! //
! define(TEMPLATE_CONFIG, TRUE);
! $current_template_images = $current_template_path . "/images";
! $images['icon_quote'] = "$current_template_images/{LANG}/icon_quote.gif";
! $images['icon_edit'] = "$current_template_images/{LANG}/icon_edit.gif";
! $images['icon_search'] = "$current_template_images/{LANG}/icon_search.gif";
! $images['icon_profile'] = "$current_template_images/{LANG}/icon_profile.gif";
! $images['icon_pm'] = "$current_template_images/{LANG}/icon_pm.gif";
! $images['icon_email'] = "$current_template_images/{LANG}/icon_email.gif";
$images['icon_delpost'] = "$current_template_images/icon_delete.gif";
! $images['icon_ip'] = "$current_template_images/{LANG}/icon_ip.gif";
! $images['icon_www'] = "$current_template_images/{LANG}/icon_www.gif";
! $images['icon_icq'] = "$current_template_images/{LANG}/icon_icq_add.gif";
! $images['icon_aim'] = "$current_template_images/{LANG}/icon_aim.gif";
! $images['icon_yim'] = "$current_template_images/{LANG}/icon_yim.gif";
! $images['icon_msnm'] = "$current_template_images/{LANG}/icon_msnm.gif";
$images['icon_minipost'] = "$current_template_images/icon_minipost.gif";
$images['icon_gotopost'] = "$current_template_images/icon_minipost.gif";
***************
*** 67,74 ****
$images['folder_announce_new'] = "$current_template_images/folder_announce_new.gif";
! $images['post_new'] = "$current_template_images/lang_{LANG}/post.gif";
! $images['post_locked'] = "$current_template_images/lang_{LANG}/reply-locked.gif";
! $images['reply_new'] = "$current_template_images/lang_{LANG}/reply.gif";
! $images['reply_locked'] = "$current_template_images/lang_{LANG}/reply-locked.gif";
$images['pm_inbox'] = "$current_template_images/msg_inbox.gif";
--- 60,67 ----
$images['folder_announce_new'] = "$current_template_images/folder_announce_new.gif";
! $images['post_new'] = "$current_template_images/{LANG}/post.gif";
! $images['post_locked'] = "$current_template_images/{LANG}/reply-locked.gif";
! $images['reply_new'] = "$current_template_images/{LANG}/reply.gif";
! $images['reply_locked'] = "$current_template_images/{LANG}/reply-locked.gif";
$images['pm_inbox'] = "$current_template_images/msg_inbox.gif";
***************
*** 78,85 ****
$images['pm_readmsg'] = "$current_template_images/folder.gif";
$images['pm_unreadmsg'] = "$current_template_images/folder_new.gif";
! $images['pm_replymsg'] = "$current_template_images/lang_{LANG}/reply.gif";
! $images['pm_postmsg'] = "$current_template_images/lang_{LANG}/msg_newpost.gif";
! $images['pm_quotemsg'] = "$current_template_images/lang_{LANG}/icon_quote.gif";
! $images['pm_editmsg'] = "$current_template_images/lang_{LANG}/icon_edit.gif";
$images['pm_new_msg'] = "";
$images['pm_no_new_msg'] = "";
--- 71,78 ----
$images['pm_readmsg'] = "$current_template_images/folder.gif";
$images['pm_unreadmsg'] = "$current_template_images/folder_new.gif";
! $images['pm_replymsg'] = "$current_template_images/{LANG}/reply.gif";
! $images['pm_postmsg'] = "$current_template_images/{LANG}/msg_newpost.gif";
! $images['pm_quotemsg'] = "$current_template_images/{LANG}/icon_quote.gif";
! $images['pm_editmsg'] = "$current_template_images/{LANG}/icon_edit.gif";
$images['pm_new_msg'] = "";
$images['pm_no_new_msg'] = "";
***************
*** 98,113 ****
$images['voting_graphic'][3] = "$current_template_images/voting_bar.gif";
$images['voting_graphic'][4] = "$current_template_images/voting_bar.gif";
-
- $images['auth_can_read'] = "";
- $images['auth_cannot_read'] = "";
- $images['auth_can_post'] = "";
- $images['auth_cannot_post'] = "";
- $images['auth_can_reply'] = "";
- $images['auth_cannot_reply'] = "";
- $images['auth_can_edit'] = "";
- $images['auth_cannot_edit'] = "";
- $images['auth_can_delete'] = "";
- $images['auth_cannot_delete'] = "";
- $images['auth_mod'] = "";
//
--- 91,94 ----
|