Added support for sitemap.xml .
This commit is contained in:
19
modules/sitemap/cms_sitemap_hook.e
Normal file
19
modules/sitemap/cms_sitemap_hook.e
Normal file
@@ -0,0 +1,19 @@
|
||||
note
|
||||
description: "Hook provided by module {CMS_RECENT_CHANGES_MODULE}."
|
||||
date: "$Date$"
|
||||
revision: "$Revision$"
|
||||
|
||||
deferred class
|
||||
CMS_SITEMAP_HOOK
|
||||
|
||||
inherit
|
||||
CMS_HOOK
|
||||
|
||||
feature -- Invocation
|
||||
|
||||
populate_sitemap (a_sitemap: CMS_SITEMAP)
|
||||
-- Populate `a_sitemap`.
|
||||
deferred
|
||||
end
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user