From a0d2920b52053335315c99e9f554dd878f93721c Mon Sep 17 00:00:00 2001 From: jensp Date: Tue, 30 Apr 2019 12:53:00 +0000 Subject: [PATCH] Cleanup git-svn-id: https://svn.libreccm.org/ccm/trunk@5988 8810af33-2d31-482b-a856-94f89814c4df --- .../freemarker/ccm-cms-types-article.ftl | 24 ------------------- 1 file changed, 24 deletions(-) diff --git a/ccm-cms-types-article/web/themes/freemarker/ccm-cms-types-article.ftl b/ccm-cms-types-article/web/themes/freemarker/ccm-cms-types-article.ftl index 9d6ac97a9..f011c8b09 100644 --- a/ccm-cms-types-article/web/themes/freemarker/ccm-cms-types-article.ftl +++ b/ccm-cms-types-article/web/themes/freemarker/ccm-cms-types-article.ftl @@ -5,19 +5,6 @@ "ui": "http://www.arsdigita.com/ui/1.0"} > -<#-- - Outputs the lead text the provided article. - - Disabled 2019-03-25, remove 2019-04-07 if this macro is not required ---> -<#-- <#macro lead item> - <#if (item["./lead"]?size > 0)> - ${item["./lead"]} - <#elseif (item["./nav:attribute[@name='lead']"]?size > 0)> - ${item["./nav:attribute[@name='lead']"]} - - --> - <#-- Gets the lead text of the provided article. --> @@ -29,17 +16,6 @@ -<#-- - Output the main text of the provided article. - - Disabled 2019-03-25, remove 2019-04-07 if this macro is not required ---> -<#-- <#macro mainText item> - <#if (item["./textAsset"]?size > 0)> - ${item["./textAsset/content"]} - - --> - <#-- Gets the main text the the provided article. -->