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

« back to all changes in this revision

Viewing changes to qp_templates/pluralism/page.main.php

  • Committer: Tilman Blumenbach
  • Author(s): EdB
  • Date: 2010-07-22 11:40:18 UTC
  • mfrom: (7507.2.4 item-foo_stuff_again)
  • Revision ID: tilman@ax86.net-20100722114018-tdlknsdsi1i2p3ei
MergedĀ item-foo_stuff_again

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
        ?>
43
43
 
44
44
        <div id="<?php $Item->anchor_id(); ?>" class="post post<?php $Item->status_raw(); ?>" lang="<?php $Item->lang(); ?>">
45
 
        <h2 class="title"><?php $Item->title(); ?></h2>
46
45
        <?php
 
46
        // display and link item title
 
47
        $Item->title( array(
 
48
                'before' => '<h2 class="title">',
 
49
                'after' => '</h2>',
 
50
        ) );
 
51
 
47
52
        // --- --- --- --- --- --- --- --- --- --- ---
48
53
        // --- POST CONTENT INCLUDED HERE ---
49
54
        template_include( '_item_content.inc.php', array() );