Changeset 3499 for websites/inamode9
- Timestamp:
- 12/23/07 23:39:23 (5 years ago)
- Location:
- websites/inamode9/trunk
- Files:
-
- 17 added
- 1 removed
- 1 modified
-
lib/Inamode9/Controller/Root.pm (modified) (1 diff)
-
lib/Inamode9/View/TT.pm (added)
-
lib/Inamode9/View/TTSite.pm (deleted)
-
root/lib (added)
-
root/lib/config (added)
-
root/lib/config/col (added)
-
root/lib/config/main (added)
-
root/lib/config/url (added)
-
root/lib/site (added)
-
root/lib/site/footer (added)
-
root/lib/site/header (added)
-
root/lib/site/html (added)
-
root/lib/site/layout (added)
-
root/lib/site/wrapper (added)
-
root/src (added)
-
root/src/error.tt2 (added)
-
root/src/message.tt2 (added)
-
root/src/ttsite.css (added)
-
root/src/welcome.tt2 (added)
Legend:
- Unmodified
- Added
- Removed
-
websites/inamode9/trunk/lib/Inamode9/Controller/Root.pm
r3498 r3499 9 9 my ( $self, $c ) = @_; 10 10 11 $c->response->body( $c->welcome_message ); 11 warn "DEFAULT"; 12 $c->stash->{template} = 'welcome.tt2'; 12 13 } 13 14 14 sub end : ActionClass('RenderView') {} 15 sub foo: Global { 16 my ($self, $c) = @_; 17 18 if ($c->user_exists) { 19 # $c->stash->{template} = 'welcome.tt2'; 20 } 21 $c->stash->{template} = ''; 22 } 23 24 sub end : Private { 25 my ($self, $c) = @_; 26 27 $c->forward('Inamode9::View::TT'); 28 } 15 29 16 30 1;
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)