sub cgiapp_postrun { my $self = shift; my $output_ref = shift; # Setze den Rahmen um den Inhalt, der in den verschiedenen Runmodes erstellt wurde. my $t = $self->load_tmpl('_cmsRahmen.tmpl', associate => $self); $t->param('Seiteninhalt' => $$output_ref); $$output_ref = $t->output(); $self->htmltidy_clean($output_ref); } # /cgiapp_postrun