Changeset 1610:2d5ebb2fcdfd for inc/public
- Timestamp:
- 08/29/13 09:38:58 (12 years ago)
- Branch:
- default
- Location:
- inc/public
- Files:
- 
          - 2 edited
 
 - 
          class.dc.template.php (modified) (1 diff)
- 
          lib.urlhandlers.php (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
        inc/public/class.dc.template.phpr1280 r1610 955 955 $p .= "\$params['level'] = ".(integer) $attr['level'].";\n"; 956 956 } 957 958 if (isset($attr['without_empty']) && ((boolean) $attr['without_empty'] == false)) { 959 $p .= '$params[\'without_empty\'] = false;'; 960 } 957 961 958 962 $res = "<?php\n"; 
- 
        inc/public/lib.urlhandlers.phpr1179 r1610 263 263 $params = new ArrayObject(array( 264 264 'cat_url' => $args, 265 'post_type' => 'post')); 265 'post_type' => 'post', 266 'without_empty' => false)); 266 267 267 268 $core->callBehavior('publicCategoryBeforeGetCategories',$params,$args); 
Note: See TracChangeset
          for help on using the changeset viewer.
      