Revision 9aaca433
Von Moritz Bunkus vor etwa 17 Jahren hinzugefügt
locale/de/locales.pl | ||
---|---|---|
336 | 336 |
} |
337 | 337 |
|
338 | 338 |
# is this a template call? |
339 |
if (/parse_html_template2?\s*\(\s*[\"\']([\w\/]+)/) {
|
|
339 |
if (/parse_html_template\s*\(\s*[\"\']([\w\/]+)/) { |
|
340 | 340 |
my $newfile = "$basedir/templates/webpages/$1_master.html"; |
341 | 341 |
if (-f $newfile) { |
342 | 342 |
# &scanhtmlfile($newfile); |
Auch abrufbar als: Unified diff
Die Funktion Form::parse_html_template2() in Form::parse_html_template() umbenannt (letztere wurde in Revision 2923 entfernt).