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

« back to all changes in this revision

Viewing changes to templates/_atom/comments.main.php

  • Committer: yabs
  • Author(s): EdB
  • Date: 2010-07-05 15:24:36 UTC
  • mfrom: (7501.1.4 everything_in_one)
  • Revision ID: yabs@innervisions.org.uk-20100705152436-zdfylg1djrbsi18o
Implementing the huge EdB branch ;)

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
                // title for the current request
36
36
                request_title( array(
37
37
                        'title_before' => ' - ',
38
 
                        'title_after' => '',
39
 
                        'title_none' => '',
40
 
                        'glue' => ' - ',
41
 
                        'title_single_disp' => true,
42
38
                        'format' => 'xml',
43
39
                ) ); ?></title>
44
40
        <link rel="alternate" type="text/html" href="<?php $Blog->disp( 'lastcommentsurl', 'xml' ) ?>" />
63
59
                <content type="html"><![CDATA[<?php echo make_rel_links_abs( $Comment->get_content() ); ?>]]></content>
64
60
        </entry>
65
61
        <?php
66
 
        } // End of comment loop.
67
 
        ?>
 
62
} // End of comment loop.
 
63
?>
68
64
</feed>
 
65
<?php $Hit->log(); // log the hit on this page ?>