/[A3C]/lib/A3C/View/Strix.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/A3C/View/Strix.pm

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

revision 211 by dpavlin, Fri Jun 20 15:35:21 2008 UTC revision 212 by dpavlin, Fri Jun 20 17:04:20 2008 UTC
# Line 454  private template 'strix-site-navigation- Line 454  private template 'strix-site-navigation-
454                  ul {                  ul {
455                          foreach my $p ( @{ $c->{children} } ) {                          foreach my $p ( @{ $c->{children} } ) {
456                                  li {                                  li {
457                                          { class is $p->{class} };                                          if ( defined( $p->{class} ) ) {
458                                                    { class is $p->{class} };
459                                            }
460                                          show( 'select-category', $p );                                          show( 'select-category', $p );
461                                          children( $p );                                          children( $p );
462                                  }                                  }

Legend:
Removed from v.211  
changed lines
  Added in v.212

  ViewVC Help
Powered by ViewVC 1.1.26