Commit d5914938dc3b1c1fb810b76ab97a13b7eeafcd6f
1 parent
a3ac7796
Use the new location for the admin registry
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4157 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
3 deletions
presentation/lookAndFeel/knowledgeTree/administration/admin.php
| ... | ... | @@ -5,9 +5,7 @@ require_once(KT_LIB_DIR . "/templating/kt3template.inc.php"); |
| 5 | 5 | require_once(KT_LIB_DIR . "/dispatcher.inc.php"); |
| 6 | 6 | require_once(KT_LIB_DIR . "/widgets/portlet.inc.php"); |
| 7 | 7 | |
| 8 | -// registry. | |
| 9 | -require_once(KT_DIR . "/plugins/ktcore/KTAdminNavigation.php"); | |
| 10 | -require_once(KT_DIR . "/plugins/ktcore/KTAdminPlugins.php"); | |
| 8 | +require_once(KT_LIB_DIR . "/plugins/KTAdminNavigation.php"); | |
| 11 | 9 | |
| 12 | 10 | class AdminSplashDispatcher extends KTAdminDispatcher { |
| 13 | 11 | var $category = ''; | ... | ... |