Tribiq CMS

Choose your language

5 Template Elements

In this chapter you will learn the PHP snippets required to implement a range of Tribiq functions on your templates.

About "Functionality Includes"

We realise that many site owners need similar kinds of functionality. For example, many site owners want a Contact Form which takes simple user input and sends it as an email.

Tribiq CMS therefore includes a range of "functionality includes" which provide generic processing for the templates that use this kind of data. These includes can be found in the templateincludes directory.

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 the include here. Then you will have your own local copy or copies to modify as you wish, to suit your site and its applications.

Multisite Management and Functionality Includes

For Tribiq Pro CMS Multisite owners, this system allows you to offer a library of includes via the central templateincludes directory, and then to make custom versions of them for each of your clients' sites.

Top of Page