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

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

revision 45 by dpavlin, Thu Jan 18 18:16:32 2007 UTC revision 46 by dpavlin, Sun Jan 21 12:40:13 2007 UTC
# Line 21  before '*' => run { Line 21  before '*' => run {
21                  $l->child( $label => url => '/list/database/' . $db->id );                  $l->child( $label => url => '/list/database/' . $db->id );
22          }          }
23    
24            if ( Jifty->web->current_user->id ) {
25                    $top->child( 'Logout' => url => '/logout' );
26            } else {
27                    $top->child( 'Login' => url => '/login' );
28                    $top->child( 'Signup' => url => '/signup' );
29            }
30    
31  };  };
32    
33    

Legend:
Removed from v.45  
changed lines
  Added in v.46

  ViewVC Help
Powered by ViewVC 1.1.26