How it works

All public pages are based on templates - these are normal HTML or text files and may be edited in your favorite HTML or text editor. These templates contain a special tags which look like '#%someword%#'. These tags are replaced by any value (i.e. Link title, Description, any numbers and so on) by the scripts. All templates may be found in 'data/templates' directory. HTML templates are always used to show some complete HTML page. Txt templates with name which begins to word 'email' are always used to send an email, in txt templates
must the first line always begin with the word "Subject: " and below the line must be one blank line, then will be the text of the email. Txt templates which don't have the word 'email' at the begin of the name are used for fragments of HTML pages (for example for a single link which should be repeated several times on one page).