Changeset 18851 for lang/perl/plagger/lib/Plagger/Plugin/Publish
- Timestamp:
- 09/04/08 19:59:08 (3 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/plagger/lib/Plagger/Plugin/Publish/Wassr.pm
r16831 r18851 31 31 my($self, $context, $args) = @_; 32 32 33 my $body = $self->templatize('wassr.tt', $args); 34 unless ($self->conf->{templatize}) { 33 if ($self->conf->{templatize}) { 34 my $body = $self->templatize('wassr.tt', $args); 35 } else { 35 36 $body = $args->{entry}->body_text; 36 37 }
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)