From 973f6b48959c8c116575794c6e28a2f0e302d1ad Mon Sep 17 00:00:00 2001 From: rob Date: Thu, 15 May 2003 11:48:31 +0000 Subject: [PATCH] Added template browsing link to site map --- config/dmsDefaults.php | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/config/dmsDefaults.php b/config/dmsDefaults.php index e698534..5d781f1 100644 --- a/config/dmsDefaults.php +++ b/config/dmsDefaults.php @@ -148,6 +148,7 @@ $default->siteMap->addPage("viewNewsImage", "/presentation/lookAndFeel/knowledge //pages for manage documents section $default->siteMap->addDefaultPage("browse", "/presentation/lookAndFeel/knowledgeTree/documentmanagement/browseBL.php", "Manage Documents", Guest, "browse documents"); +$default->siteMap->addDefaultPage("templateBrowse", "/presentation/lookAndFeel/knowledgeTree/documentmanagement/templateDocumentBrowseBL.php", "Manage Documents", Guest, "browse documents"); $default->siteMap->addPage("viewDocument", "/presentation/lookAndFeel/knowledgeTree/documentmanagement/viewBL.php", "Manage Documents", Guest, "View Document", false); $default->siteMap->addPage("deleteDocument", "/presentation/lookAndFeel/knowledgeTree/documentmanagement/deleteDocumentBL.php", "Manage Documents", User, "Delete document", false); $default->siteMap->addPage("moveDocument", "/presentation/lookAndFeel/knowledgeTree/documentmanagement/moveDocumentBL.php", "Manage Documents", User, "Move document", false); -- libgit2 0.21.4