|
From: OryNider <ory...@us...> - 2008-01-28 03:07:21
|
Update of /cvsroot/mxbb/core/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv20762 Modified Files: Tag: core28x page_header_admin.php Log Message: LOGO constant defined from mx_logo images index and added the posibility for cutom template to use in AdminCP mx_admin_logo index if it's defined in the .cfg file. Index: page_header_admin.php =================================================================== RCS file: /cvsroot/mxbb/core/admin/page_header_admin.php,v retrieving revision 1.19 retrieving revision 1.19.2.1 diff -C2 -d -r1.19 -r1.19.2.1 *** page_header_admin.php 5 May 2007 20:12:56 -0000 1.19 --- page_header_admin.php 28 Jan 2008 03:07:17 -0000 1.19.2.1 *************** *** 138,142 **** 'T_GECKO_STYLESHEET' => 'gecko.css', ! 'MX_ICON_CSS' => $images['mx_graphics']['icon_style'] //- mxBB )); --- 138,143 ---- 'T_GECKO_STYLESHEET' => 'gecko.css', ! 'MX_ICON_CSS' => $images['mx_graphics']['icon_style'], ! 'LOGO' => !empty($images['mx_logo_acp']) ? $images['mx_logo_acp']: $images['mx_logo'] //- mxBB )); |