first commit

This commit is contained in:
2024-12-17 13:43:22 +01:00
commit 8e6cd8b410
21292 changed files with 3514826 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
{if Configuration::get('PH_BLOG_DISPLAY_SHARER')}
<div class="post-block simpleblog-socialshare">
<h3 class="block-title">{l s='Share this post' mod='ph_simpleblog'}</h3>
<div class="simpleblog-socialshare-icons">
<button data-type="twitter" type="button" class="btn btn-default btn-twitter">
<i class="fa fa-twitter"></i> {l s="Tweet" mod='ph_simpleblog'}
</button>
<button data-type="facebook" type="button" class="btn btn-default btn-facebook">
<i class="fa fa-facebook"></i> {l s="Share" mod='ph_simpleblog'}
</button>
<button data-type="google-plus" type="button" class="btn btn-default btn-google-plus">
<i class="fa fa-google-plus"></i> {l s="Google+" mod='ph_simpleblog'}
</button>
<button data-type="pinterest" type="button" class="btn btn-default btn-pinterest">
<i class="fa fa-pinterest"></i> {l s="Pinterest" mod='ph_simpleblog'}
</button>
</div><!-- simpleblog-socialshare-icons. -->
</div><!-- .simpleblog-socialshare -->
{/if}