|
From: OryNider <ory...@us...> - 2008-03-08 15:27:35
|
Update of /cvsroot/mxbb/mx_pafiledb/templates/subSilver In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv18254/templates/subSilver Added Files: Tag: core28x pafiledb.cfg Log Message: update for new mx_mod 2.8.2 --- NEW FILE: pafiledb.cfg --- <?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: pafiledb.cfg,v 1.1.2.1 2008/03/08 15:27:26 orynider Exp $ // // 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(MX_TEMPLATE_CONFIG, TRUE); $mx_template_config = true; // ------------------------------------------------------------------------- // Prefix with PORTAL_URL // ------------------------------------------------------------------------- $current_template_images = PORTAL_URL . $current_template_path . "/images"; // ------------------------------------------------------------------------- // Define images // ------------------------------------------------------------------------- $mx_images['pa_search'] = "$current_template_images/{LANG}/icon_pa_search.gif"; $mx_images['pa_stats'] = "$current_template_images/{LANG}/icon_pa_stats.gif"; $mx_images['pa_toplist'] = "$current_template_images/{LANG}/icon_pa_toplist.gif"; $mx_images['pa_upload'] = "$current_template_images/{LANG}/icon_pa_upload.gif"; $mx_images['pa_viewall'] = "$current_template_images/{LANG}/icon_pa_viewall.gif"; $mx_images['pa_download'] = "$current_template_images/{LANG}/icon_pa_download.gif"; $mx_images['pa_rate'] = "$current_template_images/{LANG}/icon_pa_rate.gif"; $mx_images['pa_email'] = "$current_template_images/{LANG}/icon_pa_email.gif"; $mx_images['pa_comment_post'] = "$current_template_images/{LANG}/icon_pa_post_comment.gif"; $mx_images['pa_file_new'] = "$current_template_images/icon_pa_new.gif"; $mx_images['pa_icon_approve'] = $images['icon_approve']; // ?? ?? $mx_images['pa_icon_unapprove'] = $images['icon_unapprove']; // ?? ?? // ------------------------------------------------------------------------- // Redefine phpBB images // ------------------------------------------------------------------------- $mx_images['pa_icon_minipost'] = $images['icon_minipost']; $mx_images['pa_icon_edit'] = $images['icon_edit']; $mx_images['pa_icon_delpost'] = $images['icon_delpost']; $mx_images['pa_icon_latest_reply'] = $images['icon_latest_reply']; $mx_images['pa_folder'] = $images['folder']; $mx_images['pa_folder_new'] = $images['folder_new']; $mx_images['pa_folder_sticky'] = $images['folder_sticky']; $mx_images['pa_voting_graphic'] = $images['voting_graphic']; ?> |