|
From: Jon O. <jon...@us...> - 2007-06-02 20:52:42
|
Update of /cvsroot/mxbb/mx_kb/kb/modules In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv748 Modified Files: kb_app.php Log Message: updated Index: kb_app.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/kb/modules/kb_app.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** kb_app.php 2 Jun 2007 19:56:53 -0000 1.1 --- kb_app.php 2 Jun 2007 20:52:37 -0000 1.2 *************** *** 45,52 **** // 'MODE_MANAGE_URL' => $this->this_mxurl('mode=index'), - 'MODE_PUBLISH_URL' => $this->this_mxurl('mode=publish'), - 'MODE_PUBLISH_EXPORT_URL' => $this->this_mxurl('mode=publish_export'), - 'MODE_IMPORT_URL' => $this->this_mxurl('mode=import'), - 'MODE_EXPORT_URL' => $this->this_mxurl('mode=export'), 'MODE_SETTINGS_URL' => $this->this_mxurl('mode=settings'), 'TREE_HTML' => $tree_html, --- 45,48 ---- *************** *** 57,65 **** 'L_PROJECT' => $lang['sd_Project'], 'L_MANAGEMENT' => $lang['sd_Management'], - 'L_PUBLISH' => $lang['sd_Publish'], - 'L_IMPORT_CONTENT' => $lang['sd_Import_content'], - 'L_EXPORT_CONTENT' => $lang['sd_Export_content'], 'L_OPTIONS' => $lang['sd_Options'], - 'L_SETTINGS' => $lang['sd_Settings'], 'L_HELP' => $lang['sd_Help'], 'L_CONTENTS' => $lang['sd_Contents'], --- 53,57 ---- |