Les fonctions spéciales TPLN

#include command

Include is a variable in your template like this {#include(myfile)}

Example template (include file header.html automatimatically)


<html>
<head>
{#include(header.html)} </head>
<body>
</body>
</html>

See also: IncludeFile()
 
SetChrono(ALL)

The SetChrono(ALL) function permits to obtain the total chrono for all session.
It can be with a variable in your template {_Chrono}.

If the variable {_Chrono} exists in your template, it will be automatically parsed by the timme execution of this session.

SetChrono(ALL)

This function must be placed before Write() or Output()

 
 
Add TPLN logo

To add TPLN logo to your file, you have just to place variable {_Logo}.

 
 
FileStructMode()

This function permits to print the structure of your file opened with function Open().