Changes in [2933:dbaf21d1dbe8:2937:2a074393d5a4]
- Location:
- inc/public/default-templates
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/public/default-templates/currywurst/__layout.html
r2782 r2936 35 35 </tpl:Block> <!-- head-dc --> 36 36 37 <tpl:Block name "head-linkrel">37 <tpl:Block name="head-linkrel"> 38 38 <link rel="contents" title="{{tpl:lang Archives}}" href="{{tpl:BlogArchiveURL}}" /> 39 39 <tpl:Categories> -
inc/public/default-templates/currywurst/_simple-entry.html
r2776 r2935 47 47 <li class="post-attachments-item {{tpl:AttachmentType}}"> 48 48 <tpl:AttachmentIf is_mp3="1"> 49 {{tpl:include src="_mp3_player.html" /}} -49 {{tpl:include src="_mp3_player.html"}} - 50 50 </tpl:AttachmentIf> 51 51 <tpl:AttachmentIf is_flv="1"> 52 {{tpl:include src="_flv_player.html" /}}52 {{tpl:include src="_flv_player.html"}} 53 53 </tpl:AttachmentIf> 54 54 <tpl:AttachmentIf is_flv="0"> -
inc/public/default-templates/mustek/post.html
r2827 r2935 104 104 <li class="{{tpl:AttachmentType}}"> 105 105 <tpl:AttachmentIf is_mp3="1"> 106 {{tpl:include src="_mp3_player.html" /}} -106 {{tpl:include src="_mp3_player.html"}} - 107 107 </tpl:AttachmentIf> 108 108 <tpl:AttachmentIf is_flv="1"> 109 {{tpl:include src="_flv_player.html" /}}109 {{tpl:include src="_flv_player.html"}} 110 110 </tpl:AttachmentIf> 111 111 <tpl:AttachmentIf is_flv="0">
Note: See TracChangeset
for help on using the changeset viewer.