Commit d1bc3eba28b919614d861c395abd846731454497
1 parent
d873fe04
added document linking pages to site map
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@1902 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
3 additions
and
1 deletions
config/dmsDefaults.php
| ... | ... | @@ -10,7 +10,7 @@ |
| 10 | 10 | */ |
| 11 | 11 | |
| 12 | 12 | // include the environment settings |
| 13 | -require_once("environment.php"); | |
| 13 | +require_once("myEnvironment.php"); | |
| 14 | 14 | |
| 15 | 15 | //**************************************************** |
| 16 | 16 | // Pick your language system default language |
| ... | ... | @@ -178,6 +178,8 @@ $default->siteMap->addPage("addFolderCollaboration", "/presentation/lookAndFeel/ |
| 178 | 178 | $default->siteMap->addPage("deleteFolderCollaboration", "/presentation/lookAndFeel/knowledgeTree/foldermanagement/deleteFolderCollaborationBL.php", "Manage Documents", User, "", false); |
| 179 | 179 | $default->siteMap->addPage("viewDependantDocument", "/presentation/lookAndFeel/knowledgeTree/foldermanagement/viewDependantDocumentsBL.php", "Manage Documents", User, "", false); |
| 180 | 180 | $default->siteMap->addPage("deleteDependantDocument", "/presentation/lookAndFeel/knowledgeTree/foldermanagement/deleteDependantDocumentBL.php", "Manage Documents", User, "", false); |
| 181 | +$default->siteMap->addPage("removeDocumentLink", "/presentation/lookAndFeel/knowledgeTree/documentmanagement/removeDocumentLinkBL.php", "Manage Documents", User, "", false); | |
| 182 | +$default->siteMap->addPage("addDocumentLink", "/presentation/lookAndFeel/knowledgeTree/documentmanagement/addDocumentLinkBL.php", "Manage Documents", User, "", false); | |
| 181 | 183 | |
| 182 | 184 | $default->siteMap->addPage("addSubscription", "/presentation/lookAndFeel/knowledgeTree/subscriptions/addSubscriptionBL.php", "Manage Documents", User, "Add Folder Subscription"); |
| 183 | 185 | $default->siteMap->addPage("removeSubscription", "/presentation/lookAndFeel/knowledgeTree/subscriptions/removeSubscriptionBL.php", "Manage Documents", User, "Remove Folder Subscription"); | ... | ... |