<%tloop section%> <%tlv meta_title%> ABC CMS Pro
site_module_sample04_section02.html
A sample of several templates application. The first template is for a start page, the others are for different sections.
The sample illustrates how to create various design for different sections.
Don't forget to create Start Page at the admin panel.
Switch on the template site_module_sample04_section02.html to the section with Section ID=2 at the admin panel.
Вы должны предварительно создать секции и старницы чтобы было что выводить на странице примера.
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.

Section 01 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
Section 01 site footer

 

<%tendloop section%>