TPL
Uit Covide
This is the module required for the basic template formation for the CMS. Functions for content management, page management, defining html headers, initializing the user template, initializing html headers, initializing page footers, adding CMS banners, etc. for CMS module are incorporated into this module.
Tpl_cache
Class file: cache.php</br> This class reads and writes “cms_cache” table for identifying siteroot, etc.
Tpl_output
Class file: output.php</br> This class has functions for starting html, ending html, writing html headers, identifying and redirecting the user domains, getting page_titles, sitemap generation, checking for account activation etc. This uses the “cms_license_siteroots “, “cms_hostnames”, “cms_license”, “cms_templates”, “cms_temp” tables and the include files (inside “inc” folder) like start_html.php, end_html.php, html_header.php, getRedirEndPoint.php, etc. to facilitate the implementation.
