Since default is no longer queried if not set specifically, the new
default template 2k11 needs to carry the feed template and the banner
image. See http://board.s9y.org/viewtopic.php?f=3&t=20801 and
8affa1126a
16 lines
566 B
Smarty
16 lines
566 B
Smarty
<?xml version="1.0" encoding="utf-8" ?>
|
|
|
|
<opml version="{$metadata.version}" {$namespace_display_dat}>
|
|
<head>
|
|
<title>{$metadata.title}</title>
|
|
<dateModified>{$last_modified}</dateModified>
|
|
<ownerName>Serendipity {$serendipityVersion} - http://www.s9y.org/</ownerName>
|
|
</head>
|
|
<body>
|
|
|
|
{foreach from=$entries item="entry"}
|
|
<outline text="{$entry.feed_title}" type="url" htmlUrl="{$entry.feed_entryLink}{if $is_comments}#c{$entry.commentid}{/if}" urlHTTP="{$entry.feed_entryLink}{if $is_comments}#c{$entry.commentid}{/if}" />
|
|
{/foreach}
|
|
|
|
</body>
|
|
</opml> |