The discussion forum module for the expression engine uses the {include: file} tags in its templates, as in forum_themes / developer / forum_index / main_forum_list.html:
{include:table_heading} {include:table_rows} {include:table_footer}
I was looking for documentation with an include tag but can't find it anywhere? What is the include tag and when / where should it be used? Does it depend on the discussion forum module?
source share