this TBS template is W3C compliant Valid HTML 4.01 Transitional

Example of subtemplate

Parameter file enables you to include a static sub-template into the main template.
Parameter script, with parameter subtpl, enable you to include a dynamic sub-template.

In this example, header and footer are static sub-templates. Headings are also static-sub-templates but they depends to a global variable ($tmpl_article). The login area is a dynamic sub-template. It is managed by a sub-script which can be run under the TBS Subtemplate Mode.


TinyButStrong - Examples - subtemplate header
- WEB Portal -
Current time: 06:30:23
TinyButStrong - Examples - subtemplate login
Login: Password:
TinyButStrong - Examples - subtemplate menu

Main Page
Heading 1
Heading 2
Heading 3
 

TinyButStrong - Examples - subtemplate artcile 0 Main Page:

Wecome on this Web Portal.
Click on the menu on the left to display a heading.
 
TinyButStrong - Examples - subtemplate footer

Contact | Webmaster | Newsletter


- See Header sub-template
- See Footer sub-template
- See Menu sub-template
- See Main Page sub-template
- See Heading 1 sub-template
- See Heading 2 sub-template
- See Heading 3 sub-template
- See Login sub-script source
- See Login sub-template