HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/EBos/ellen-paragnost.nl/wwwroot/asp/includes/showSiteMap.asp
<%function showSiteMap
set showSiteMap=new cls_menu
showSiteMap.cssType=2
'caching the left menu
if isEmpty(application(QS_CMS_cacheSitemap)) or application(QS_CMS_cacheSitemap)="" then application(QS_CMS_cacheSitemap)=showSiteMap.getMenu(null)
siteMapContent=application(QS_CMS_cacheSitemap)
if convertBool(customer.intranetUse) then
showSiteMap.menu=""
siteMapContent=siteMapContent&showSiteMap.getIntranetMenu(null)
end if
showSiteMap=siteMapContent
end function%>