- Timestamp:
- 02/20/19 14:35:05 (7 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/public/default-templates/mustek/post.html
r3422 r3958 93 93 </tpl:AttachmentIf> 94 94 <tpl:AttachmentIf is_video="1"> 95 <tpl:AttachmentIf is_flv="0"> 96 {{tpl:include src="_video_player.html"}} 97 {{tpl:else}} 98 {{tpl:include src="_flv_player.html"}} 99 </tpl:AttachmentIf> 100 </tpl:AttachmentIf> 101 <tpl:AttachmentIf is_audio="0" is_video="0"> 102 <a href="{{tpl:AttachmentURL}}" 103 title="{{tpl:AttachmentFileName}} ({{tpl:AttachmentSize}})">{{tpl:AttachmentTitle}}</a> 95 {{tpl:include src="_video_player.html"}} 96 </tpl:AttachmentIf> 97 <tpl:AttachmentIf is_audio="0" is_video="0"> 98 <a href="{{tpl:AttachmentURL}}" title="{{tpl:AttachmentFileName}} ({{tpl:AttachmentSize}})">{{tpl:AttachmentTitle}}</a> 104 99 </tpl:AttachmentIf> 105 100 </li>
Note: See TracChangeset
for help on using the changeset viewer.