<?php if (function_exists(’get_smart_unread_comments’)) { ?>
<strong>Deine ungelesenen Kommentare</strong>
<small>(nur mit akzeptiertem Cookie möglich!)</small>
<ul><?php echo get_smart_unread_comments("20","1","0","alle Kommentare als gelesen markieren","Keine ungelesenen Kommentare mehr","Ungelesene Kommentare noch: %d"); ?></ul>
<?php } ?>
Die letzten 50 Kommentare:
<?php if (function_exists(’get_recent_comments’)) { ?>
<?php get_recent_comments(); ?>
<?php } ?>