Ignore:
Timestamp:
May 13, 2008 4:14:53 AM (16 years ago)
Author:
quinn
Message:

Fixed lots of misplings. I'm so embarrassed! ;P

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Navigation.inc.php

    r324 r334  
    5252     * @param   string  $title      The title of the page.
    5353     * @param   string  $url        The URL to the page. Set to null to use PHP_SELF.
    54      * @param   array   $vars       Additoinal page variables.
     54     * @param   array   $vars       Additional page variables.
    5555     */
    5656    function add($title, $url=null, $vars=array())
     
    178178
    179179    /**
    180      * Returns the text path from root up to the current page, seperated by the
    181      * path_delimeter.
     180     * Returns the text path from root up to the current page, separated by the
     181     * path_delimiter.
    182182     *
    183183     * @access  public
Note: See TracChangeset for help on using the changeset viewer.