@@ -87,7 +94,7 @@
Common helper templates/functions for all templates tags
-->
-
+
Helper functions for generating the name of the colorset class.
@@ -101,7 +108,7 @@
-
+
Helper functions for retrieving the name of the content type of the current content item
from the result tree XML.
@@ -111,7 +118,7 @@
-
+
Helper template for processing arrows/links for sorting items.
@@ -161,7 +168,7 @@
-
+
Helper template for processing additional attributes in the data tree XML. They copied
literally from the XML the HTML.
@@ -184,7 +191,7 @@
-
+
The name of the template file to process.
@@ -211,7 +218,7 @@
-
+
Helper template for setting the id and class attributes
on a HTML element.
diff --git a/ccm-sci-bundle/web/themes/foundry/foundry/lib/template-tags/content-items.xsl b/ccm-sci-bundle/web/themes/foundry/foundry/lib/template-tags/content-items.xsl
index 32ec8427d..9de5dc6be 100644
--- a/ccm-sci-bundle/web/themes/foundry/foundry/lib/template-tags/content-items.xsl
+++ b/ccm-sci-bundle/web/themes/foundry/foundry/lib/template-tags/content-items.xsl
@@ -33,6 +33,16 @@
+
+ Tags for displaying Content Items
+
+
+ These tags are common tags for displaying Content Items. For most Content Types
+ there are special tags provided by other files.
+
+ These tags are used to output data provided by the ccm-navigation module.
+ More excalty the navigation menu(s) and the breadcrumbs on a site are generated
+ using these tags.
+