Changeset 202 for trunk/docs


Ignore:
Timestamp:
Jul 13, 2006 11:24:01 PM (18 years ago)
Author:
scdev
Message:

Q - updated usage of $nav.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/docs/example_config.inc.php

    r136 r202  
    9696$css->setFile('codebase/css/admin.inc.css');
    9797
    98 // Nav class for titles, breadcrumbs, and page features.
    99 require_once 'codebase/lib/Nav.inc.php';
    100 $nav = new Nav();
    101 $nav->path_delimiter = ' / ';
    102 $nav->last_crumb_format = '<b>%s</b>';
     98// Global navigation elements object.
     99require_once 'codebase/lib/Navigation.inc.php';
     100$nav = new Navigation(array(
     101    'path_delimiter' => ' / ',
     102    'last_crumb_format' => '<b>%s</b>',
     103));
    103104
    104105?>
Note: See TracChangeset for help on using the changeset viewer.