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:
@@ -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 %]
|
||||
|
||||
Reference in New Issue
Block a user