/[Frey]/branches/zimbardo/lib/Frey/Web.pm
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 /branches/zimbardo/lib/Frey/Web.pm

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

revision 444 by dpavlin, Wed Nov 19 02:52:42 2008 UTC revision 445 by dpavlin, Wed Nov 19 03:00:46 2008 UTC
# Line 1  Line 1 
1  package Frey::Web;  package Frey::Web;
2  use Moose::Role;  use Moose::Role;
3    
 #with 'Frey::Escape';  
   
4  use Frey::Types;  use Frey::Types;
5    
6  use Continuity::Widget::DomNode;  use Continuity::Widget::DomNode;
# Line 97  sub _head_html { Line 95  sub _head_html {
95    
96    my $size = $o->add_head( 'path/to/external.css' );    my $size = $o->add_head( 'path/to/external.css' );
97    
98      $o->add_head( '<!-- html content -->' );
99    
100  =cut  =cut
101    
102  sub add_head {  sub add_head {

Legend:
Removed from v.444  
changed lines
  Added in v.445

  ViewVC Help
Powered by ViewVC 1.1.26