|
From: FlorinCB <ory...@us...> - 2008-09-07 18:11:38
|
Update of /cvsroot/mxbb/mx_music/templates/prosilver In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv9110/templates/prosilver Modified Files: prosilver.cfg Added Files: index.htm Log Message: upgrade not ready yet Index: prosilver.cfg =================================================================== RCS file: /cvsroot/mxbb/mx_music/templates/prosilver/prosilver.cfg,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** prosilver.cfg 13 Mar 2008 10:20:19 -0000 1.3 --- prosilver.cfg 7 Sep 2008 18:06:59 -0000 1.4 *************** *** 31,48 **** // Do not alter this line! // - @define(MX_TEMPLATE_CONFIG, TRUE); $mx_template_config = true; ! $mx_template_name = 'prosilver'; ! // ------------------------------------------------------------------------- // Prefix with PORTAL_URL // ------------------------------------------------------------------------- ! // $current_template_images = PORTAL_URL . $current_template_path . "/images"; ! ! ! $current_template_images = $module_root_path . "templates/". $mx_template_name ."/images"; ! $current_template_phpbb_images = PHPBB_URL . "templates/". $mx_template_name ."/images"; // phpBB graphics template --- 31,48 ---- // Do not alter this line! // $mx_template_config = true; ! // ------------------------------------------------------------------------- ! // Do some checks ! // ------------------------------------------------------------------------- ! $current_template_path = file_exists($mx_root_path . $current_template_path . "/images" ) ? $current_template_path : ( file_exists( $mx_root_path . $cloned_template_path . "/images" ) ? $cloned_template_path : $default_template_path); ! $current_template_root_path = str_replace($module_root_path, "", $current_template_path); // ------------------------------------------------------------------------- // Prefix with PORTAL_URL // ------------------------------------------------------------------------- ! $current_template_images = PORTAL_URL . $current_template_path . "/images"; ! $current_template_theme_images = !empty($current_template_root_path) && file_exists($mx_root_path . $current_template_root_path . "/images") ? PORTAL_URL . $current_template_root_path . "/images" : ( !empty($cloned_template_path) && file_exists( $mx_root_path . $cloned_template_path . "/images" ) ? PORTAL_URL . cloned_template_path . "/images" : PORTAL_URL . "templates/_core/images"); ! $current_module_images = !empty($current_template_root_path) && file_exists($module_root_path . $current_template_root_path ."/images") ? PORTAL_URL . $module_root_path . $current_template_root_path ."/images" : $current_template_theme_images . "/phpbb2"; *************** *** 52,81 **** // MOM Pics ! $mx_images['upload_song'] = "$current_template_images/{LANG}/upload_song.gif"; ! $mx_images['no_image'] = "$current_template_images/no_image.gif"; // 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"; ! $mx_images['icon_minipost_new'] = "$current_template_phpbb_images/icon_minipost_new.gif"; ! $mx_images['icon_latest_reply'] = "$current_template_phpbb_images/icon_latest_reply.gif"; ! $mx_images['icon_newest_reply'] = "$current_template_phpbb_images/icon_newest_reply.gif"; ! $mx_images['forum'] = "$current_template_phpbb_images/folder_big.gif"; ! $mx_images['forum_new'] = "$current_template_phpbb_images/folder_new_big.gif"; ! $mx_images['forum_locked'] = "$current_template_phpbb_images/folder_locked_big.gif"; ?> \ No newline at end of file --- 52,97 ---- // MOM Pics ! $mx_images['upload_song'] = "$current_module_images/{LANG}/upload_song.gif"; ! $mx_images['no_image'] = "$current_module_images/no_image.gif"; // Use standard phpBB graphics // ! $mx_images['icon_quote'] = "$current_module_images/{LANG}/icon_post_quote.gif"; ! $mx_images['icon_edit'] = "$current_module_images/{LANG}/icon_post_edit.gif"; ! $mx_images['icon_search'] = "$current_module_images/{LANG}/icon_user_search.gif"; ! $mx_images['icon_profile'] = "$current_module_images/{LANG}/icon_user_profile.gif"; ! $mx_images['icon_pm'] = "$current_module_images/{LANG}/icon_contact_pm.gif"; ! $mx_images['icon_email'] = "$current_module_images/{LANG}/icon_contact_email.gif"; ! $mx_images['icon_delpost'] = "$current_module_images/{LANG}/icon_post_delete.gif"; ! $mx_images['icon_ip'] = "$current_module_images/{LANG}/icon_ip.gif"; ! $mx_images['icon_www'] = "$current_module_images/{LANG}/icon_contact_www.gif"; ! $mx_images['icon_icq'] = "$current_module_images/{LANG}/icon_contact_icq.gif"; ! $mx_images['icon_aim'] = "$current_module_images/{LANG}/icon_contact_aim.gif"; ! $mx_images['icon_yim'] = "$current_module_images/{LANG}/icon_contact_yahoo.gif"; ! $mx_images['icon_msnm'] = "$current_module_images/{LANG}/icon_contact_msnm.gif"; ! $mx_images['icon_minipost'] = "$current_module_images/icon_minipost.gif"; ! $mx_images['icon_gotopost'] = "$current_module_images/icon_minipost.gif"; ! $mx_images['icon_minipost_new'] = "$current_module_images/icon_minipost_new.gif"; ! ! // ! // Last Message and Anouncement block compatibility ! // ! $mx_images['icon_latest_reply'] = "$current_module_images/icon_topic_latest.gif"; ! $mx_images['icon_newest_reply'] = "$current_module_images/icon_topic_newest.gif"; ! ! $mx_images['forum'] = "$current_module_images/forum_read.gif"; ! $mx_images['forum_new'] = "$current_module_images/forum_unread.gif"; ! $mx_images['forum_locked'] = "$current_module_images/forum_read_locked.gif"; ! ! $mx_images['folder'] = "$current_module_images/topic_read.gif"; ! $mx_images['folder_new'] = "$current_module_images/topic_unread.gif"; ! $mx_images['folder_hot'] = "$current_module_images/topic_read_hot.gif"; ! $mx_images['folder_hot_new'] = "$current_module_images/topic_unread_hot.gif"; ! $mx_images['folder_locked'] = "$current_module_images/topic_read_locked.gif"; ! $mx_images['folder_locked_new'] = "$current_module_images/topic_unread_locked.gif"; ! $mx_images['folder_sticky'] = "$current_module_images/sticky_read.gif"; ! $mx_images['folder_sticky_new'] = "$current_module_images/sticky_unread.gif"; ! $mx_images['folder_announce'] = "$current_module_images/announce_read.gif"; ! $mx_images['folder_announce_new'] = "$current_module_images/announce_unread.gif"; ?> \ No newline at end of file --- NEW FILE: index.htm --- <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body bgcolor="#FFFFFF" text="#000000"> </body> </html> |