|
From: Florin C B. <ory...@us...> - 2012-10-25 13:02:37
|
Update of /cvsroot/mxbb/mx_pafiledb/templates/_core
In directory vz-cvs-4.sog:/tmp/cvs-serv5982
Modified Files:
mx_pafiledb.cfg
Log Message:
constants
Index: mx_pafiledb.cfg
===================================================================
RCS file: /cvsroot/mxbb/mx_pafiledb/templates/_core/mx_pafiledb.cfg,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** mx_pafiledb.cfg 29 Dec 2011 05:51:52 -0000 1.6
--- mx_pafiledb.cfg 25 Oct 2012 13:02:35 -0000 1.7
***************
*** 45,50 ****
// -------------------------------------------------------------------------
! // Define buttons
! // -------------------------------------------------------------------------
$mx_images['pa_search'] = "$current_template_images/{LANG}/icon_pa_search.gif";
$mx_images['buttontype']['pa_search'] = MX_BUTTON_IMAGE;
--- 45,50 ----
// -------------------------------------------------------------------------
! // (Re)Define images
! //-------------------------------------------------------------------------
$mx_images['pa_search'] = "$current_template_images/{LANG}/icon_pa_search.gif";
$mx_images['buttontype']['pa_search'] = MX_BUTTON_IMAGE;
***************
*** 110,113 ****
--- 110,114 ----
$mx_images['icon_minipost_new'] = "$current_module_images/icon_minipost_new.gif";
*/
+
//
// Last Message and Anouncement block compatibility
|