Bug 141036 - add INTERFACE comments to all templates. This does the first 20 or so - many more to go... Patch by gerv; 2xr=bbaetz.

git-svn-id: svn://10.0.0.236/trunk@120845 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
gerv%gerv.net
2002-05-06 19:17:24 +00:00
parent 280c094344
commit ec0f12da44
26 changed files with 153 additions and 6 deletions

View File

@@ -19,6 +19,13 @@
# Contributor(s): Gervase Markham <gerv@gerv.net>
#%]
[%# INTERFACE:
# header_done: boolean. True if the header has already been printed.
# error: string. The error message to be printed. May contain HTML.
# variables: hash. Useful data about the problem. The keys are the variable
# names, and the values the variable values.
#%]
[% UNLESS header_done %]
[% PROCESS global/header.html.tmpl %]
[% END %]