/[SysIface]/templates/layouts/default.html.epl
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /templates/layouts/default.html.epl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 5 by dpavlin, Tue Jun 16 19:33:55 2009 UTC revision 6 by dpavlin, Tue Jun 16 22:15:34 2009 UTC
# Line 1  Line 1 
1  % my $self = shift;  % my $self = shift;
2  <!doctype html>  <!doctype html>
3      <head><title>Welcome</title></head>      <head><title><%= $self->stash('title') || $self->title %></title></head>
4      <body>      <body>
5          <%= $self->render_inner %>          <%= $self->render_inner %>
6      </body>      </body>

Legend:
Removed from v.5  
changed lines
  Added in v.6

  ViewVC Help
Powered by ViewVC 1.1.26