Commit 189605d5e743d4da140bb9cb051587952bd4a2f6
1 parent
4fc469ae
Add the search portlet to the dashboard page.
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4059 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
plugins/ktcore/KTPortlets.php
| ... | ... | @@ -21,5 +21,5 @@ class KTSearchPortlet extends KTPortlet { |
| 21 | 21 | } |
| 22 | 22 | } |
| 23 | 23 | |
| 24 | -$oPRegistry->registerPortlet('browse', 'KTSearchPortlet', 'ktcore.portlets.search', '/plugins/ktcore/KTPortlets.php'); | |
| 24 | +$oPRegistry->registerPortlet(array('browse', 'dashboard'), 'KTSearchPortlet', 'ktcore.portlets.search', '/plugins/ktcore/KTPortlets.php'); | |
| 25 | 25 | ... | ... |