Commit 664de72bb1d51c0af59f649de709a9663d8cfe46
1 parent
be012da6
added explicit webpageTemplate path
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2334 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
presentation/lookAndFeel/knowledgeTree/documentmanagement/browseBL.php
| @@ -71,7 +71,7 @@ if (checkSession()) { | @@ -71,7 +71,7 @@ if (checkSession()) { | ||
| 71 | controllerRedirect("browse", "fFolderID=" . $aResults["folders"][0]->getID()); | 71 | controllerRedirect("browse", "fFolderID=" . $aResults["folders"][0]->getID()); |
| 72 | } | 72 | } |
| 73 | 73 | ||
| 74 | - require_once("../../../webpageTemplate.inc"); | 74 | + require_once("$default->fileSystemRoot/presentation/webpageTemplate.inc"); |
| 75 | // display the browse results | 75 | // display the browse results |
| 76 | $oContent->addHtml(renderPage($aResults, $fBrowseType, $fSortBy, $fSortDirection)); | 76 | $oContent->addHtml(renderPage($aResults, $fBrowseType, $fSortBy, $fSortDirection)); |
| 77 | $main->setCentralPayload($oContent); | 77 | $main->setCentralPayload($oContent); |