|
From: OryNider <ory...@us...> - 2008-02-20 18:50:49
|
Update of /cvsroot/mxbb/mx_smartor/templates/subSilver In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv18536 Modified Files: Tag: core28x subSilver.cfg Log Message: {LANG} Index: subSilver.cfg =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/templates/subSilver/Attic/subSilver.cfg,v retrieving revision 1.8.2.3 retrieving revision 1.8.2.4 diff -C2 -d -r1.8.2.3 -r1.8.2.4 *** subSilver.cfg 8 Feb 2008 10:42:02 -0000 1.8.2.3 --- subSilver.cfg 20 Feb 2008 18:50:43 -0000 1.8.2.4 *************** *** 55,73 **** - if ( !file_exists( $current_module_images . '/lang_' . $board_config['default_lang'] ) ) - { - $link_language='lang_english'; - } - else - { - $link_language='lang_' . $board_config['default_lang']; - } - - - if( !defined('LANG')) - { - define('LANG', $link_language); - } - // ------------------------------------------------------------------------- // (Re)Define images --- 55,58 ---- *************** *** 84,98 **** $mx_images['mini_new_pictures'] = "$current_template_phpbb_images/icon_minipost_new.gif"; $mx_images['mini_all_pic_view_mode'] = "$current_module_images/icon_mini_showall.gif"; ! $mx_images['icon_album'] = "$current_module_images/" . LANG . "/icon_album.gif"; ! $mx_images['manage_pic'] = "$current_module_images/" . LANG . "/manage_pic.gif"; ! $mx_images['upload_pic'] = "$current_module_images/" . LANG . "/upload_pic.gif"; ! $mx_images['jupload_pic']= "$current_module_images/" . LANG . "/jupload_pic.gif"; ! $mx_images['download_pic'] = "$current_module_images/" . LANG . "/download.gif"; ! $mx_images['download_all_pic'] = "$current_module_images/" . LANG . "/download_all.gif"; ! $mx_images['all_pic_view_mode'] = "$current_module_images/" . LANG . "/simple_view.gif"; ! $mx_images['normal_pic_view_mode'] = "$current_module_images/" . LANG . "/normal_view.gif"; ! $mx_images['show_all_pics'] = "$current_module_images/" . LANG . "/show_all_pics.gif"; ! $mx_images['show_all_ratings'] = "$current_module_images/" . LANG . "/show_all_ratings.gif"; ! $mx_images['show_all_comments'] = "$current_module_images/" . LANG . "/show_all_comments.gif"; $mx_images['orange_dot'] = "$current_module_images/orange_dot.png"; $mx_images['blue_dot'] = "$current_module_images/blue_dot.png"; --- 69,83 ---- $mx_images['mini_new_pictures'] = "$current_template_phpbb_images/icon_minipost_new.gif"; $mx_images['mini_all_pic_view_mode'] = "$current_module_images/icon_mini_showall.gif"; ! $mx_images['icon_album'] = "$current_module_images/{LANG}/icon_album.gif"; ! $mx_images['manage_pic'] = "$current_module_images/{LANG}/manage_pic.gif"; ! $mx_images['upload_pic'] = "$current_module_images/{LANG}/upload_pic.gif"; ! $mx_images['jupload_pic']= "$current_module_images/{LANG}/jupload_pic.gif"; ! $mx_images['download_pic'] = "$current_module_images/{LANG}/download.gif"; ! $mx_images['download_all_pic'] = "$current_module_images/{LANG}/download_all.gif"; ! $mx_images['all_pic_view_mode'] = "$current_module_images/{LANG}/simple_view.gif"; ! $mx_images['normal_pic_view_mode'] = "$current_module_images/{LANG}/normal_view.gif"; ! $mx_images['show_all_pics'] = "$current_module_images/{LANG}/show_all_pics.gif"; ! $mx_images['show_all_ratings'] = "$current_module_images/{LANG}/show_all_ratings.gif"; ! $mx_images['show_all_comments'] = "$current_module_images/{LANG}/show_all_comments.gif"; $mx_images['orange_dot'] = "$current_module_images/orange_dot.png"; $mx_images['blue_dot'] = "$current_module_images/blue_dot.png"; *************** *** 101,121 **** $mx_images['icon_dot'] = "$current_module_images/icon_dot.gif"; $mx_images['default_avatar'] = "$current_module_images/default_avatar.png"; ! $mx_images['guest_avatar'] = "$current_module_images/" . LANG . "/guest_avatar.png"; // Use standard phpBB graphics // ! $mx_images['icon_quote'] = "$current_template_phpbb_images/" . LANG . "/icon_quote.gif"; ! $mx_images['icon_edit'] = "$current_template_phpbb_images/" . LANG . "/icon_edit.gif"; ! $mx_images['icon_search'] = "$current_template_phpbb_images/" . LANG . "/icon_search.gif"; ! $mx_images['icon_profile'] = "$current_template_phpbb_images/" . LANG . "/icon_profile.gif"; ! $mx_images['icon_pm'] = "$current_template_phpbb_images/" . LANG . "/icon_pm.gif"; ! $mx_images['icon_email'] = "$current_template_phpbb_images/" . LANG . "/icon_email.gif"; $mx_images['icon_delpost'] = "$current_template_phpbb_images/icon_delete.gif"; ! $mx_images['icon_ip'] = "$current_template_phpbb_images/" . LANG . "/icon_ip.gif"; ! $mx_images['icon_www'] = "$current_template_phpbb_images/" . LANG . "/icon_www.gif"; ! $mx_images['icon_icq'] = "$current_template_phpbb_images/" . LANG . "/icon_icq_add.gif"; ! $mx_images['icon_aim'] = "$current_template_phpbb_images/" . LANG . "/icon_aim.gif"; ! $mx_images['icon_yim'] = "$current_template_phpbb_images/" . LANG . "/icon_yim.gif"; ! $mx_images['icon_msnm'] = "$current_template_phpbb_images/" . LANG . "/icon_msnm.gif"; $mx_images['icon_minipost'] = "$current_template_phpbb_images/icon_minipost.gif"; $mx_images['icon_gotopost'] = "$current_template_phpbb_images/icon_minipost.gif"; --- 86,106 ---- $mx_images['icon_dot'] = "$current_module_images/icon_dot.gif"; $mx_images['default_avatar'] = "$current_module_images/default_avatar.png"; ! $mx_images['guest_avatar'] = "$current_module_images/{LANG}/guest_avatar.png"; // Use standard phpBB graphics // ! $mx_images['icon_quote'] = "$current_template_phpbb_images/{LANG}/icon_quote.gif"; ! $mx_images['icon_edit'] = "$current_template_phpbb_images/{LANG}/icon_edit.gif"; ! $mx_images['icon_search'] = "$current_template_phpbb_images/{LANG}/icon_search.gif"; ! $mx_images['icon_profile'] = "$current_template_phpbb_images/{LANG}/icon_profile.gif"; ! $mx_images['icon_pm'] = "$current_template_phpbb_images/{LANG}/icon_pm.gif"; ! $mx_images['icon_email'] = "$current_template_phpbb_images/{LANG}/icon_email.gif"; $mx_images['icon_delpost'] = "$current_template_phpbb_images/icon_delete.gif"; ! $mx_images['icon_ip'] = "$current_template_phpbb_images/{LANG}/icon_ip.gif"; ! $mx_images['icon_www'] = "$current_template_phpbb_images/{LANG}/icon_www.gif"; ! $mx_images['icon_icq'] = "$current_template_phpbb_images/{LANG}/icon_icq_add.gif"; ! $mx_images['icon_aim'] = "$current_template_phpbb_images/{LANG}/icon_aim.gif"; ! $mx_images['icon_yim'] = "$current_template_phpbb_images/{LANG}/icon_yim.gif"; ! $mx_images['icon_msnm'] = "$current_template_phpbb_images/{LANG}/icon_msnm.gif"; $mx_images['icon_minipost'] = "$current_template_phpbb_images/icon_minipost.gif"; $mx_images['icon_gotopost'] = "$current_template_phpbb_images/icon_minipost.gif"; |