|
From: OryNider <ory...@us...> - 2008-01-15 05:42:02
|
Update of /cvsroot/mxbb/mx_smartor/templates/subSilver In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv32314 Modified Files: subSilver.cfg Log Message: Index: subSilver.cfg =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/templates/subSilver/subSilver.cfg,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** subSilver.cfg 5 Jul 2007 06:00:23 -0000 1.8 --- subSilver.cfg 15 Jan 2008 05:41:57 -0000 1.9 *************** *** 51,59 **** $mx_template_images = PORTAL_URL . $current_template_path . "/images"; ! $current_smartor_images = $module_root_path . "templates/". $mx_template_name ."/images"; $current_template_phpbb_images = PHPBB_URL . "templates/". $mx_template_name ."/images"; // phpBB graphics template ! if ( !file_exists( $current_smartor_images . '/lang_' . $board_config['default_lang'] ) ) { $link_language='lang_english'; --- 51,59 ---- $mx_template_images = PORTAL_URL . $current_template_path . "/images"; ! $current_module_images = PORTAL_URL . $module_root_path . "templates/". $mx_template_name ."/images"; $current_template_phpbb_images = PHPBB_URL . "templates/". $mx_template_name ."/images"; // phpBB graphics template ! if ( !file_exists( $current_module_images . '/lang_' . $board_config['default_lang'] ) ) { $link_language='lang_english'; *************** *** 78,105 **** // Mighty Gorgon - Full Album Pack - BEGIN ! $mx_images['icon_left_arrow3'] = "$current_smartor_images/icon_left_arrow3.gif"; ! $mx_images['icon_right_arrow3'] = "$current_smartor_images/icon_right_arrow3.gif"; ! $mx_images['no_thumbnail'] = "$current_smartor_images/nothumbnail.jpg"; ! $mx_images['spacer'] = "$current_smartor_images/spacer.gif"; $mx_images['mini_new_pictures'] = "$current_template_phpbb_images/icon_minipost_new.gif"; ! $mx_images['mini_all_pic_view_mode'] = "$current_smartor_images/icon_mini_showall.gif"; ! $mx_images['icon_album'] = "$current_smartor_images/" . LANG . "/icon_album.gif"; ! $mx_images['manage_pic'] = "$current_smartor_images/" . LANG . "/manage_pic.gif"; ! $mx_images['upload_pic'] = "$current_smartor_images/" . LANG . "/upload_pic.gif"; ! $mx_images['jupload_pic']= "$current_smartor_images/" . LANG . "/jupload_pic.gif"; ! $mx_images['download_pic'] = "$current_smartor_images/" . LANG . "/download.gif"; ! $mx_images['download_all_pic'] = "$current_smartor_images/" . LANG . "/download_all.gif"; ! $mx_images['all_pic_view_mode'] = "$current_smartor_images/" . LANG . "/simple_view.gif"; ! $mx_images['normal_pic_view_mode'] = "$current_smartor_images/" . LANG . "/normal_view.gif"; ! $mx_images['show_all_pics'] = "$current_smartor_images/" . LANG . "/show_all_pics.gif"; ! $mx_images['show_all_ratings'] = "$current_smartor_images/" . LANG . "/show_all_ratings.gif"; ! $mx_images['show_all_comments'] = "$current_smartor_images/" . LANG . "/show_all_comments.gif"; ! $mx_images['orange_dot'] = "$current_smartor_images/orange_dot.png"; ! $mx_images['blue_dot'] = "$current_smartor_images/blue_dot.png"; ! $mx_images['green_dot'] = "$current_smartor_images/green_dot.png"; ! $mx_images['yellow_dot'] = "$current_smartor_images/yellow_dot.png"; ! $mx_images['icon_dot'] = "$current_smartor_images/icon_dot.gif"; ! $mx_images['default_avatar'] = "$current_smartor_images/default_avatar.png"; ! $mx_images['guest_avatar'] = "$current_smartor_images/" . LANG . "/guest_avatar.png"; // Use standard phpBB graphics --- 78,105 ---- // Mighty Gorgon - Full Album Pack - BEGIN ! $mx_images['icon_left_arrow3'] = "$current_module_images/icon_left_arrow3.gif"; ! $mx_images['icon_right_arrow3'] = "$current_module_images/icon_right_arrow3.gif"; ! $mx_images['no_thumbnail'] = "$current_module_images/nothumbnail.jpg"; ! $mx_images['spacer'] = "$current_module_images/spacer.gif"; $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"; ! $mx_images['green_dot'] = "$current_module_images/green_dot.png"; ! $mx_images['yellow_dot'] = "$current_module_images/yellow_dot.png"; ! $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 |