Commit 2b73a6d4d006f614be958a346e847ff1fa8d8c11

Authored by Neil Blakey-Milner
1 parent 7de8db7e

Move dashboard.php from presentation/lookAndFeel/knowledgeTree/ to /


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4493 c91229c3-7414-0410-bfa2-8a42b809f60b
presentation/lookAndFeel/knowledgeTree/dashboard.php renamed to dashboard.php
... ... @@ -28,7 +28,7 @@
28 28 */
29 29  
30 30 // main library routines and defaults
31   -require_once("../../../config/dmsDefaults.php");
  31 +require_once("config/dmsDefaults.php");
32 32 require_once(KT_LIB_DIR . "/unitmanagement/Unit.inc");
33 33  
34 34 require_once(KT_LIB_DIR . "/dashboard/dashletregistry.inc.php");
... ...