-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathviewannouncement.tpl
More file actions
38 lines (26 loc) · 1.12 KB
/
Copy pathviewannouncement.tpl
File metadata and controls
38 lines (26 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<div class="page-header">
<h1>{$title}</h1>
<p class="lead">{$timestamp|date_format:"%A, %B %e, %Y"}</p>
</div>
{if $twittertweet}
<a href="https://twitter.com/share" class="twitter-share-button" data-via="{$twitterusername}" class="pull-left">Tweet</a>
<script type="text/javascript" src="//platform.twitter.com/widgets.js"></script>
{/if}
{if $facebookrecommend}
<div class="pull-left" style="width: 400px;">
<div class="fb-like" data-href="{$systemurl}{if $seofriendlyurls}announcements/{$id}/{$urlfriendlytitle}.html{else}announcements.php?id={$id}{/if}" data-send="true" data-show-faces="true" data-action="recommend"></div>
</div>
{/if}
{if $googleplus1}
<g:plusone annotation="inline" data-size="small" class="pull-left"></g:plusone>
{/if}
<div class="clearfix"></div>
<br />
{$text}
<div class="clearfix"></div>
<br />
<p><a href="announcements.php">{$LANG.clientareabacklink}</a></p>
<hr />
{if $facebookcomments}
<fb:comments href="{$systemurl}{if $seofriendlyurls}announcements/{$id}/{$urlfriendlytitle}.html{else}announcements.php?id={$id}{/if}" num_posts="5" class="fb-comments-unloaded"></fb:comments>
{/if}