Commit c754f837c9d668d611ef6581ed6da1a2ecde3db2
1 parent
9f79dc29
Remove unused webpageTemplate.inc inclusion.
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4378 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
2 changed files
with
0 additions
and
5 deletions
presentation/lookAndFeel/knowledgeTree/ajaxConditional.php
| ... | ... | @@ -7,8 +7,6 @@ require_once(KT_LIB_DIR . "/documentmanagement/DocumentField.inc"); |
| 7 | 7 | require_once(KT_LIB_DIR . "/database/dbutil.inc"); |
| 8 | 8 | require_once(KT_LIB_DIR . "/util/ktutil.inc"); |
| 9 | 9 | require_once(KT_LIB_DIR . "/dispatcher.inc.php"); |
| 10 | -$sectionName = "Administration"; | |
| 11 | -require_once(KT_DIR . "/presentation/webpageTemplate.inc"); | |
| 12 | 10 | require_once(KT_LIB_DIR . '/widgets/fieldsetDisplay.inc.php'); |
| 13 | 11 | |
| 14 | 12 | /* | ... | ... |
presentation/lookAndFeel/knowledgeTree/search/ajaxBooleanSearch.php
| ... | ... | @@ -6,9 +6,6 @@ require_once(KT_LIB_DIR . "/templating/templating.inc.php"); |
| 6 | 6 | require_once(KT_LIB_DIR . "/database/dbutil.inc"); |
| 7 | 7 | require_once(KT_LIB_DIR . "/util/ktutil.inc"); |
| 8 | 8 | require_once(KT_LIB_DIR . "/dispatcher.inc.php"); |
| 9 | -$sectionName = "General"; | |
| 10 | -require_once(KT_DIR . "/presentation/webpageTemplate.inc"); | |
| 11 | - | |
| 12 | 9 | require_once(KT_LIB_DIR . "/browse/Criteria.inc"); |
| 13 | 10 | |
| 14 | 11 | /* | ... | ... |