/[Arh]/lib/Arh/Dispatcher.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 /lib/Arh/Dispatcher.pm

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

revision 8 by dpavlin, Thu Nov 29 16:08:13 2007 UTC revision 37 by dpavlin, Fri Apr 4 11:52:03 2008 UTC
# Line 14  before '*' => run { Line 14  before '*' => run {
14          #set user => $user;          #set user => $user;
15          #warn "##### ",dump( $user );          #warn "##### ",dump( $user );
16    
17          $top->child( _('Units') => url => '/units' ); # if $user->id;          if ( $user->id ) {
18          $top->child( _('Pictures') => url => '/pictures' ); # if $user->id;  
19                    $top->child( _('Units') => url => '/units' );
20                    $top->child( _('Pictures') => url => '/pictures' );
21            
22            }
23    
24  };  };
25    

Legend:
Removed from v.8  
changed lines
  Added in v.37

  ViewVC Help
Powered by ViewVC 1.1.26