Changeset 2198:e9f1e3b6a3ad for inc
- Timestamp:
- 10/02/13 09:43:49 (12 years ago)
- Branch:
- default
- Location:
- inc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/core/class.dc.core.php
r1743 r2198 1342 1342 array('use_smilies','boolean',false, 1343 1343 'Show smilies on entries and comments'), 1344 array('inc_subcats','boolean',false, 1345 'Include sub-categories in category page and category posts feed'), 1344 1346 array('wiki_comments','boolean',false, 1345 1347 'Allow commenters to use a subset of wiki syntax') -
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.