Template files

Template files are files that have the webdesign of your generated page. These files can have any extensions (excepted php files)


Declaration of a variable
The declaration of the variables makes itself with the help of the accolades {} in your file template.

example :
<html>
<body>

{my_variable}
</body>
</html>


Declaration of a bloc
The declaration of the blocks makes itself with the help of the accolades "<bloc::name></bloc::name>" in your file template.


example :
<html>
<body>
<bloc::my_bloc> {ma_variable} </bloc::my_bloc>
</body>
</html>


Before beginning
Before beginning, you need configure the present global variables in the TPLN_Cfg.php file within the TPLN directory.