~quam-plures-core/quam-plures/qp-bug_526380

« back to all changes in this revision

Viewing changes to templates/glossyblue/_item_feedback.inc.php

  • Committer: Tilman Blumenbach
  • Author(s): EdB
  • Date: 2010-06-27 09:58:00 UTC
  • mfrom: (7493.2.1 pingbacks_b_gone)
  • Revision ID: tilman@ax86.net-20100627095800-7yv2v9ywv969wpi6
Merged pingbacks_b_gone

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
        'disp_comment_form' => true,
23
23
        'disp_trackbacks' => true,
24
24
        'disp_trackback_url' => true,
25
 
        'disp_pingbacks' => false, // pingbacks are obsolete evo-stuff
26
25
        'before_section_title' => '<h3>',
27
26
        'after_section_title' => '</h3>',
28
27
        'form_title_start' => '<h3>',
29
28
        'form_title_end' => '</h3>',
30
29
), $params );
31
30
 
32
 
global $c, $tb, $pb, $comment_allowed_tags, $comments_use_autobr;
 
31
global $c, $tb, $comment_allowed_tags, $comments_use_autobr;
33
32
 
34
33
global $cookie_name, $cookie_email, $cookie_url;
35
34