diff options
| author | Scott Ostler <sbsotler@gmail.com> | 2011-04-19 10:14:03 -0400 |
|---|---|---|
| committer | Scott Ostler <sbsotler@gmail.com> | 2011-04-19 10:14:03 -0400 |
| commit | 27cef27be9a1c0417b5fcfa2ed87978a63eac1b6 (patch) | |
| tree | eb965190655828b3aafac522582672a3fb669989 /template/hall_log_dump.st | |
| parent | a440f0e6766e543212fd2182f11090a8bcbc2570 (diff) | |
| parent | a756ba2948418acc44f46312fa4148694d7e8e48 (diff) | |
Merge branch 'master' of ssh://dump.fm/pichat/repo
Diffstat (limited to 'template/hall_log_dump.st')
| -rw-r--r-- | template/hall_log_dump.st | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/template/hall_log_dump.st b/template/hall_log_dump.st index 4cd7ba7..d12fecb 100644 --- a/template/hall_log_dump.st +++ b/template/hall_log_dump.st @@ -3,5 +3,7 @@ $if(dump.score)$<span class="hallscore" onclick="Tag.animated_fav(this, '.hallscore', '60px', '40px')">$dump.score$</span>$endif$ <div class="content" data-category="posts">$dump.content$</div> <hr /> + $if(logged_in)$ $frontpage_share_buttons()$ + $endif$ </div> |
