Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision c0f198fa

Von Moritz Bunkus vor fast 14 Jahren hinzugefügt

  • ID c0f198fa60b783b3fcdabf6e8a2e121bb2794662
  • Vorgänger 11093bd5
  • Nachfolger 5a2a3ac3

Hilfsfunktion 'render()' zum Rendern von Templates inklusive Titel & $::form->header

zzgl. notwendiger Anpassung von locales.pl

Unterschiede anzeigen:

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