|
From: OryNider <ory...@us...> - 2008-03-08 15:32:43
|
Update of /cvsroot/mxbb/mx_linkdb/templates/subSilver In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv25414/templates/subSilver Added Files: Tag: core28x linkdb.cfg Log Message: update for new mx_mod 2.8.2 --- NEW FILE: linkdb.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: linkdb.cfg,v 1.1.2.1 2008/03/08 15:32:40 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['linkdb_comment_post'] = $images['reply_new']; // ------------------------------------------------------------------------- // Redefine phpBB images // ------------------------------------------------------------------------- $mx_images['linkdb_folder'] = $images['folder']; $mx_images['linkdb_folder_new'] = $images['folder_new']; $mx_images['linkdb_icon_latest_reply'] = $images['icon_latest_reply']; $mx_images['linkdb_icon_minipost'] = $images['icon_minipost']; $mx_images['linkdb_icon_edit'] = $images['icon_edit']; $mx_images['linkdb_icon_delpost'] = $images['icon_delpost']; $images['linkdb_link_new'] = "$current_template_images/icon_link_new.gif"; ?> |