Revision c0f198fa
Von Moritz Bunkus vor fast 14 Jahren hinzugefügt
scripts/locales.pl | ||
---|---|---|
346 | 346 |
} |
347 | 347 |
|
348 | 348 |
# is this a template call? |
349 |
if (/parse_html_template2?\s*\(\s*[\"\']([\w\/]+)\s*[\"\']/) {
|
|
349 |
if (/(?:parse_html_template2?|render)\s*\(\s*[\"\']([\w\/]+)\s*[\"\']/) {
|
|
350 | 350 |
my $newfile = "$basedir/templates/webpages/$1.html"; |
351 | 351 |
if (/parse_html_template2/) { |
352 | 352 |
print "E: " . strip_base($file) . " is still using 'parse_html_template2' for " . strip_base($newfile) . ".\n"; |
Auch abrufbar als: Unified diff
Hilfsfunktion 'render()' zum Rendern von Templates inklusive Titel & $::form->header
zzgl. notwendiger Anpassung von locales.pl