|
From: Paul S. O. <ps...@us...> - 2001-12-21 12:46:28
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver In directory usw-pr-cvs1:/tmp/cvs-serv30440/templates/subSilver Modified Files: subSilver.cfg Log Message: Lang update Index: subSilver.cfg =================================================================== RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/subSilver.cfg,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -r1.7 -r1.8 *** subSilver.cfg 2001/12/10 16:52:16 1.7 --- subSilver.cfg 2001/12/21 12:46:25 1.8 *************** *** 26,42 **** $smilies_url = "images/smiles"; ! $images['icon_quote'] = "$current_template_images/icon_quote.gif"; ! $images['icon_edit'] = "$current_template_images/icon_edit.gif"; ! $images['icon_search'] = "$current_template_images/icon_search.gif"; ! $images['icon_profile'] = "$current_template_images/icon_profile.gif"; ! $images['icon_pm'] = "$current_template_images/icon_pm.gif"; ! $images['icon_email'] = "$current_template_images/icon_email.gif"; $images['icon_delpost'] = "$current_template_images/icon_delete.gif"; ! $images['icon_ip'] = "$current_template_images/icon_ip.gif"; ! $images['icon_www'] = "$current_template_images/icon_www.gif"; ! $images['icon_icq'] = "$current_template_images/icon_icq_add.gif"; ! $images['icon_aim'] = "$current_template_images/icon_aim.gif"; ! $images['icon_yim'] = "$current_template_images/icon_yim.gif"; ! $images['icon_msnm'] = "$current_template_images/icon_msnm.gif"; $images['icon_minipost'] = "$current_template_images/icon_minipost.gif"; $images['icon_gotopost'] = "$current_template_images/icon_minipost.gif"; --- 26,42 ---- $smilies_url = "images/smiles"; ! $images['icon_quote'] = "$current_template_images/icon_quote_lang.gif"; ! $images['icon_edit'] = "$current_template_images/icon_edit_lang.gif"; ! $images['icon_search'] = "$current_template_images/icon_search_lang.gif"; ! $images['icon_profile'] = "$current_template_images/icon_profile_lang.gif"; ! $images['icon_pm'] = "$current_template_images/icon_pm_lang.gif"; ! $images['icon_email'] = "$current_template_images/icon_email_lang.gif"; $images['icon_delpost'] = "$current_template_images/icon_delete.gif"; ! $images['icon_ip'] = "$current_template_images/icon_ip_lang.gif"; ! $images['icon_www'] = "$current_template_images/icon_www_lang.gif"; ! $images['icon_icq'] = "$current_template_images/icon_icq_add_lang.gif"; ! $images['icon_aim'] = "$current_template_images/icon_aim_lang.gif"; ! $images['icon_yim'] = "$current_template_images/icon_yim_lang.gif"; ! $images['icon_msnm'] = "$current_template_images/icon_msnm_lang.gif"; $images['icon_minipost'] = "$current_template_images/icon_minipost.gif"; $images['icon_gotopost'] = "$current_template_images/icon_minipost.gif"; *************** *** 60,67 **** $images['folder_announce_new'] = "$current_template_images/folder_announce_new.gif"; ! $images['post_new'] = "$current_template_images/post.gif"; ! $images['post_locked'] = "$current_template_images/reply-locked.gif"; ! $images['reply_new'] = "$current_template_images/reply.gif"; ! $images['reply_locked'] = "$current_template_images/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/post_lang.gif"; ! $images['post_locked'] = "$current_template_images/reply-locked_lang.gif"; ! $images['reply_new'] = "$current_template_images/reply_lang.gif"; ! $images['reply_locked'] = "$current_template_images/reply-locked_lang.gif"; $images['pm_inbox'] = "$current_template_images/msg_inbox.gif"; *************** *** 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/reply.gif"; $images['pm_postmsg'] = "$current_template_images/msg_newpost.gif"; ! $images['pm_quotemsg'] = "$current_template_images/icon_quote.gif"; ! $images['pm_editmsg'] = "$current_template_images/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/reply_lang.gif"; $images['pm_postmsg'] = "$current_template_images/msg_newpost.gif"; ! $images['pm_quotemsg'] = "$current_template_images/icon_quote_lang.gif"; ! $images['pm_editmsg'] = "$current_template_images/icon_edit_lang.gif"; $images['pm_new_msg'] = ""; $images['pm_no_new_msg'] = ""; *************** *** 111,113 **** $board_config['privmsg_graphic_length'] = 175; ! ?> --- 111,113 ---- $board_config['privmsg_graphic_length'] = 175; ! ?> \ No newline at end of file |