--- trunk/lib/Frey/Action.pm 2009/07/02 17:59:56 1164 +++ trunk/lib/Frey/Action.pm 2009/07/05 21:25:25 1171 @@ -402,6 +402,8 @@ }, }); + $self->title( $self->class->title ) if $self->class->title; + return ($html,$default) if wantarray; return $html; }