<%tloop section%> <%tlv meta_title%> ABC CMS Pro
site_module_sample03.html

Switch on the template site_module_sample03.html in all sections created at the admin panel.
This sample shows how to create start page with your text but it won't be displayed in the menu
Don't forget to set this page as start page at the admin panel
You should create sections and pages beforewards in order to have a sample output.
You can make experiments with any CMS tags for posting information to your web site Important. Numbers used in CMS tags (e.g. tloop custom_section_1) are the ID numbers of your sections and pages. These numbers can be viewed from the administrative panel in lists of sections and pages in the left column. For a quickstart use Section ID and Page ID shown in the samples. Yet you may input your own ID numbers.

Site header
Posting menu in every section separately with use of Section ID

Home page

<%tloop custom_section_1%> <%tlv name%>
<%tloop pages%> <%tlv name%>
<%tendloop pages%> <%tendloop custom_section_1%>

<%tloop custom_section_2%> <%tlv name%>
<%tloop pages%> <%tlv name%>
<%tendloop pages%> <%tendloop custom_section_2%>

This page is not on the menu list and it's used for posting informatuion to the start page of your web site

<%tloop page%> <%tlv text%> <%tendloop page%>

Right column
Site footer

 

<%tendloop section%>