|
From: FlorinCB <ory...@us...> - 2008-06-10 03:35:22
|
Update of /cvsroot/mxbb/core In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv27232 Modified Files: common.php Log Message: new bbcode in his own include file! Index: common.php =================================================================== RCS file: /cvsroot/mxbb/core/common.php,v retrieving revision 1.90 retrieving revision 1.91 diff -C2 -d -r1.90 -r1.91 *** common.php 10 Mar 2008 13:27:21 -0000 1.90 --- common.php 10 Jun 2008 03:35:19 -0000 1.91 *************** *** 266,269 **** --- 266,270 ---- include_once($mx_root_path . 'includes/mx_functions.' . $phpEx); // CORE Functions include_once($mx_root_path . 'includes/mx_functions_phpbb.' . $phpEx); // phpBB associated functions + include_once($mx_root_path . 'includes/mx_functions_bbcode.' . $phpEx); // BBCode associated functions include_once($mx_root_path . 'includes/mx_functions_style.' . $phpEx); // Styling and sessions |