Changeset 2198:e9f1e3b6a3ad for inc/public
- Timestamp:
- 10/02/13 09:43:49 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/public/class.dc.template.php
r1674 r2198 1211 1211 $p .= 1212 1212 'if ($_ctx->exists("categories")) { '. 1213 "\$params['cat_id'] = \$_ctx->categories->cat_id ;".1213 "\$params['cat_id'] = \$_ctx->categories->cat_id.(\$core->blog->settings->system->inc_subcats?' ?sub':'');". 1214 1214 "}\n"; 1215 1215 }
Note: See TracChangeset
for help on using the changeset viewer.