Mercurial > SimpleWebPresenter
comparison filters.inc @ 51:2cfea6e84694
Documentation update.
| author | Tom Fredrik Blenning Klaussen <bfg@blenning.no> |
|---|---|
| date | Thu, 11 Oct 2012 00:06:26 +0200 |
| parents | 66382989353f |
| children | 74f7b64bdb78 |
comparison
equal
deleted
inserted
replaced
| 50:2d0cda52f43f | 51:2cfea6e84694 |
|---|---|
| 1 <?php | 1 <?php |
| 2 /** | |
| 3 * @file | |
| 4 * Filters which may be used from xml | |
| 5 */ | |
| 2 function activeNav($input, $options) | 6 function activeNav($input, $options) |
| 3 { | 7 { |
| 4 $name = $options->getName(); | 8 $name = $options->getName(); |
| 5 if (!$name) | 9 if (!$name) |
| 6 $name = $options->getInputDefault('name'); | 10 $name = $options->getInputDefault('name'); |
