Implements the User_nav class, which provides the user navigation menu including login and register links.
| User_nav::__construct |
( |
| ) |
|
Constructor, creates the menu structure.
| User_nav::add_item |
( |
|
$url, |
|
|
|
$label, |
|
|
|
$ngrp = 0, |
|
|
|
$pos = null |
|
) |
| |
Add an item to the user-nav menu. There are three groups by default, starting at 0. You can insert an item at the beginning, middle or end of any group.
- Parameters
-
| string | $url | |
| string | $label | |
| number | $ngrp | |
| number | $pos | |
The documentation for this class was generated from the following file:
- qvci/libraries/User_nav.php