?>
</div>
</content>
+<?php
+ $entry['display_dat'] = '';
+ serendipity_plugin_api::hook_event('frontend_display:atom-0.3:per_entry', $entry);
+ echo $entry['display_dat'];
+?>
</entry>
<?php
} elseif ($version == 'atom1.0') {
<?php
}
?>
-
<id><?php echo $guid; ?></id>
<title type="html"><?php echo serendipity_utf8_encode(htmlspecialchars($entry['title'])); ?></title>
<content type="xhtml" xml:base="<?php echo $serendipity['baseURL']; ?>">
?>
</div>
</content>
+<?php
+ $entry['display_dat'] = '';
+ serendipity_plugin_api::hook_event('frontend_display:atom-1.0:per_entry', $entry);
+ echo $entry['display_dat'];
+?>
</entry>
<?php