Changeset 3315 for plugins/multiToc/trunk/_public.php
- Timestamp:
- 01/05/15 16:41:03 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/multiToc/trunk/_public.php
r3039 r3315 119 119 $p .= "\$params = array();\n"; 120 120 $p .= "if (\$_ctx->multitoc_type == 'cat') :\n"; 121 $p .= "\$_ctx->multitoc_group = \$core->blog->getCategories( );\n";121 $p .= "\$_ctx->multitoc_group = \$core->blog->getCategories(array('post_type'=>'post'));\n"; 122 122 $p .= "elseif (\$_ctx->multitoc_type == 'tag') :\n"; 123 123 $p .= "\$meta = new dcMeta(\$core);\n"; … … 465 465 } 466 466 } 467 468 ?>
Note: See TracChangeset
for help on using the changeset viewer.