no more currwurst tplset in dc 2.24 !
This commit is contained in:
parent
1fbabd67d3
commit
391db4af04
1 changed files with 0 additions and 44 deletions
|
@ -1,44 +0,0 @@
|
||||||
{{tpl:extends parent="__layout.html"}}
|
|
||||||
|
|
||||||
<tpl:Block name="head-title">
|
|
||||||
<title>{{tpl:lang Categories Page}} - {{tpl:BlogName encode_html="1"}}</title>
|
|
||||||
</tpl:Block>
|
|
||||||
|
|
||||||
<tpl:Block name="meta-robots">
|
|
||||||
<meta name="ROBOTS" content="{{tpl:BlogMetaRobots robots="NOINDEX"}}" />
|
|
||||||
</tpl:Block>
|
|
||||||
|
|
||||||
<tpl:Block name="head-linkrel">
|
|
||||||
<link rel="contents" title="{{tpl:lang Archives}}" href="{{tpl:BlogArchiveURL}}" />
|
|
||||||
<tpl:Categories>
|
|
||||||
<link rel="section" href="{{tpl:CategoryURL}}" title="{{tpl:CategoryTitle encode_html="1"}}" />
|
|
||||||
</tpl:Categories>
|
|
||||||
<link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" />
|
|
||||||
</tpl:Block>
|
|
||||||
|
|
||||||
<tpl:Block name="body-tag"><body class="dc-categories"></tpl:Block>
|
|
||||||
|
|
||||||
<tpl:Block name="main-content">
|
|
||||||
<div id="content-info">
|
|
||||||
<h2>{{tpl:lang Categories}}</h2>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="content-inner">
|
|
||||||
<tpl:Categories>
|
|
||||||
<div class="category post">
|
|
||||||
<h3><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> ({{tpl:CategoryCount}})</h3>
|
|
||||||
<div>{{tpl:CategoryDescription}}</div>
|
|
||||||
|
|
||||||
<p><a type="application/atom+xml" href="{{tpl:CategoryFeedURL type="atom"}}"
|
|
||||||
title="{{tpl:lang This category's entries Atom feed}}" class="feed">{{tpl:lang Entries feed}}</a>
|
|
||||||
|
|
||||||
<tpl:SysIf operator="or" comments_active="1" pings_active="1">
|
|
||||||
- <a type="application/atom+xml" href="{{tpl:CategoryFeedURL type="atom"}}/comments"
|
|
||||||
title="{{tpl:lang This category's comments Atom feed}}" class="feed">{{tpl:lang Comments feed}}</a>
|
|
||||||
</tpl:SysIf>
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</tpl:Categories>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</tpl:Block>
|
|
Loading…
Reference in a new issue