Changeset 779 for trunk/wiki.cgi

Show
Ignore:
Timestamp:
04/20/06 19:13:08 (3 years ago)
Author:
dom
Message:

Support the "about" view.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wiki.cgi

    r774 r779  
    125125        } 
    126126        print $q->redirect( $redir_target ); 
     127    } elsif ($action eq 'about') { 
     128        $guide->display_about(format => $format); 
    127129    } else { # Default is to display a node. 
    128130        if ( $format and $format eq "rdf" ) {