6. Specific Template Elements
Specific Template Elements are PHP snippets that are required on certain pages.
A word about "Functionality Includes"
The creators of Tribiq CMS realise that most users will want templates to operate in a similar way. For example, we all want a Contact Form with input and select menus - and we all want to send the results of this Contact Form to an application or mailbox.
Tribiq CMS therefore includes a range of "functionality includes" which provide generic processing for the templates that use this kind of data.
It is recommended that for each instance you want to use a functionality include, you copy the file from /templateincludes/ to your template family directory, and use this file instead. This will then allow you to role back to the original functionality if your template becomes errornous.
However, the main advantage in copying Functionality Includes is for Tribiq Pro CMS Multisite users - this then allows you to customize the functionality or each site.
Top of Page