comparison filters.inc @ 53:2e6ba7259281

Merge
author Tom Fredrik "BFG" Klaussen <bfg@blenning.no>
date Thu, 11 Oct 2012 00:54:54 +0200
parents 2cfea6e84694
children 74f7b64bdb78
comparison
equal deleted inserted replaced
52:3898353ed1d8 53:2e6ba7259281
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');