Changeset 36 for trunk/lib/Vote/View


Ignore:
Timestamp:
03/15/09 19:02:05 (15 years ago)
Author:
nanardon
Message:
  • beautify web pages
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Vote/View/TT.pm

    r3 r36  
    1919TT View for Vote.  
    2020 
     21=cut 
     22 
     23sub process { 
     24    my ($self, $c) = @_; 
     25 
     26    $c->stash->{Vote}{VERSION} = $Vote::VERSION; 
     27    Catalyst::View::TT::process($self, $c); 
     28} 
     29 
    2130=head1 SEE ALSO 
    2231 
Note: See TracChangeset for help on using the changeset viewer.