|
From: Jon O. <jon...@us...> - 2008-06-03 20:07:37
|
Update of /cvsroot/mxbb/mx_dev_startkit/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv31484/includes Modified Files: startkit_constants.php startkit_functions.php Log Message: Final updates mxBB -> MXP and alike... Index: startkit_constants.php =================================================================== RCS file: /cvsroot/mxbb/mx_dev_startkit/includes/startkit_constants.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** startkit_constants.php 5 May 2007 20:20:25 -0000 1.5 --- startkit_constants.php 3 Jun 2008 20:07:27 -0000 1.6 *************** *** 2,10 **** /** * ! * @package mxBB Portal Module - mx_dev_startkit * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mxbb.net * */ --- 2,10 ---- /** * ! * @package MX-Publisher Module - mx_dev_startkit * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.MX-Publisher.com * */ *************** *** 34,42 **** $mx_user->extend(); ! $mx_page->add_copyright( 'mxBB Dev Startkit Module' ); } // ---------- $phpbb_module_version = "1.0"; ! $phpbb_module_author = "mxBB Team"; ?> \ No newline at end of file --- 34,42 ---- $mx_user->extend(); ! $mx_page->add_copyright( 'MXP Dev Startkit Module' ); } // ---------- $phpbb_module_version = "1.0"; ! $phpbb_module_author = "MXP Team"; ?> \ No newline at end of file Index: startkit_functions.php =================================================================== RCS file: /cvsroot/mxbb/mx_dev_startkit/includes/startkit_functions.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** startkit_functions.php 5 May 2007 20:20:25 -0000 1.5 --- startkit_functions.php 3 Jun 2008 20:07:28 -0000 1.6 *************** *** 2,10 **** /** * ! * @package mxBB Portal Module - mx_dev_startkit * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mxbb.net * */ --- 2,10 ---- /** * ! * @package MX-Publisher Module - mx_dev_startkit * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.MX-Publisher.com * */ |