1<?php
2
3/**
4 * "mnml-blog" recent comments template
5 *
6 * This template is used in the <blog recentcomments> syntax.
7 * It is used to display a single comment in
8 * the list and is called multiple times (once for each shown comment)
9 *
10 * ATTENTION: this BlogTNG-template is designed for the DowkuWiki-template
11 *            "mnml-blog". It may uses styles out of it and may not work with
12 *            other DowkuWiki-templates!
13 *
14 *
15 * LICENSE: This file is open source software (OSS) and may be copied under
16 *          certain conditions. See COPYING file for details or try to contact
17 *          the author(s) of this file in doubt.
18 *
19 * @license GPLv2 (http://www.gnu.org/licenses/gpl2.html)
20 * @author ARSAVA <dokuwiki@dev.arsava.com>
21 * @link https://www.dokuwiki.org/template:mnml-blog
22 * @link https://www.dokuwiki.org/plugin:blogtng
23 */
24
25?>
26<li><div class="li">
27    <?php $comment->tpl_name(); ?>
28    on „<a href="<?php $entry->tpl_link("comment_".$comment->data["cid"]); ?>" class="wikilink1"><?php $entry->tpl_title(); ?></a>“
29    (<?php $comment->tpl_created("%f"); ?>)
30</div></li>
31
32