Commit a76dea0238ed8d094ae0a3d896bc162497503864

Authored by Conrad Vermeulen
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
plugins/ktcore/KTCorePlugin.php
... ... @@ -106,10 +106,10 @@ class KTCorePlugin extends KTPlugin {
106 106 'KTPortlets.php');
107 107 /* NEW SEARCH $this->registerPortlet(array('browse', 'dashboard'),
108 108 'KTSearchPortlet', 'ktcore.portlets.search',
109   - 'KTPortlets.php');
  109 + 'KTPortlets.php');*/
110 110 $this->registerPortlet(array('browse'),
111 111 'KTBrowseModePortlet', 'ktcore.portlets.browsemodes',
112   - 'KTPortlets.php'); */
  112 + 'KTPortlets.php');
113 113  
114 114 $this->registerPortlet(array('administration'),
115 115 'KTAdminSectionNavigation', 'ktcore.portlets.adminnavigation',
... ...