Changeset 3431:48ca825d24b9 for inc/public
- Timestamp:
- 12/01/16 09:53:38 (9 years ago)
- Branch:
- default
- Location:
- inc/public/default-templates
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/public/default-templates/currywurst/_entry-short.html
r2953 r3431 30 30 </p> 31 31 </div> 32 <p class="post-read-it"><a href="{{tpl:EntryURL}}" 33 title="{{tpl:lang Continue reading}} {{tpl:EntryTitle encode_html="1"}}">{{tpl:lang Continue reading}}</a></p> 32 <tpl:EntryIfContentCut encode_html="1" remove_html="1" cut_string="300"> 33 <p class="post-read-it"><a href="{{tpl:EntryURL}}" 34 title="{{tpl:lang Continue reading}} {{tpl:EntryTitle encode_html="1"}}">{{tpl:lang Continue reading}}</a></p> 35 </tpl:EntryIfContentCut> 34 36 </tpl:EntryIf> 35 37 -
inc/public/default-templates/dotty/_entry-short.html
r3331 r3431 34 34 </p> 35 35 </div> 36 <p class="post-read-it"><a href="{{tpl:EntryURL}}" 37 title="{{tpl:lang Continue reading}} {{tpl:EntryTitle encode_html="1"}}">{{tpl:lang Continue reading}}</a></p> 36 <tpl:EntryIfContentCut encode_html="1" remove_html="1" cut_string="300"> 37 <p class="post-read-it"><a href="{{tpl:EntryURL}}" 38 title="{{tpl:lang Continue reading}} {{tpl:EntryTitle encode_html="1"}}">{{tpl:lang Continue reading}}</a></p> 39 </tpl:EntryIfContentCut> 38 40 </tpl:EntryIf> 39 41
Note: See TracChangeset
for help on using the changeset viewer.