Commit a76dea0238ed8d094ae0a3d896bc162497503864
1 parent
16c2e48d
KTS-2396
"Re-enable browse by script" Updated. Enabled the original browse by. We are going to re-imagine this at a later stage. Committed By: Conrad Vermeulen Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7277 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
2 additions
and
2 deletions
plugins/ktcore/KTCorePlugin.php
| @@ -106,10 +106,10 @@ class KTCorePlugin extends KTPlugin { | @@ -106,10 +106,10 @@ class KTCorePlugin extends KTPlugin { | ||
| 106 | 'KTPortlets.php'); | 106 | 'KTPortlets.php'); |
| 107 | /* NEW SEARCH $this->registerPortlet(array('browse', 'dashboard'), | 107 | /* NEW SEARCH $this->registerPortlet(array('browse', 'dashboard'), |
| 108 | 'KTSearchPortlet', 'ktcore.portlets.search', | 108 | 'KTSearchPortlet', 'ktcore.portlets.search', |
| 109 | - 'KTPortlets.php'); | 109 | + 'KTPortlets.php');*/ |
| 110 | $this->registerPortlet(array('browse'), | 110 | $this->registerPortlet(array('browse'), |
| 111 | 'KTBrowseModePortlet', 'ktcore.portlets.browsemodes', | 111 | 'KTBrowseModePortlet', 'ktcore.portlets.browsemodes', |
| 112 | - 'KTPortlets.php'); */ | 112 | + 'KTPortlets.php'); |
| 113 | 113 | ||
| 114 | $this->registerPortlet(array('administration'), | 114 | $this->registerPortlet(array('administration'), |
| 115 | 'KTAdminSectionNavigation', 'ktcore.portlets.adminnavigation', | 115 | 'KTAdminSectionNavigation', 'ktcore.portlets.adminnavigation', |