Thread Tidy...: Perfektionist (8 answers)
Opened by pktm at 2007-01-28 01:21

pktm
 2007-01-28 18:12
#23517 #23517
User since
2003-08-07
2921 Artikel
BenutzerIn
[Homepage]
user image
[quote=renee,28.01.2007, 15:19]Und welche Aktion machst Du, damit das Problem auftaucht?[/quote]
Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
13
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
http://www.intergastro-service.de (mein erstes CMS :) )

View full thread Tidy...: Perfektionist