Example #1
0
 function add_allowed_criteria()
 {
     require_once 'AMP/Content/Nav/Layout/Layout.php';
     $this->criteria = $this->_base_criteria . ' AND ' . AMP_Content_Nav_Layout::makeCriteriaAllowed();
 }