~quam-plures-core/quam-plures/bug-614012

« back to all changes in this revision

Viewing changes to qp_templates/intense/_item_block.inc.php

  • Committer: yabs at org
  • Author(s): EdB
  • Date: 2010-07-27 12:19:32 UTC
  • mfrom: (7515.1.1 byebye_feature_block)
  • Revision ID: yabs@innervisions.org.uk-20100727121932-suycdaupu85f32ut
Remove pointless feature_block param

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
// set some default params...
22
22
$params = array_merge( array(
23
 
        'feature_block' => false,
24
23
        'content_mode' => 'auto',
25
24
        'item_class' => 'post',
26
25
), $params );