commit 4327381f2c666559351aaa2247fb07b7acd388dd parent 2a15c2e57949a72d3b23ffc81c6ed2117069fc11 Author: MTRNord <mtrnord1@gmail.com> Date: Fri, 2 Jan 2015 21:02:43 +0100 edit buttons Diffstat:
| M | html_header.php | | | 5 | ++--- |
| M | post_footer.php | | | 4 | ++-- |
2 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/html_header.php b/html_header.php @@ -6,13 +6,12 @@ $('#socialshareprivacy').socialSharePrivacy({ services : { facebook : { - 'perma_option' : 'off' + 'perma_option' : 'on' }, twitter : { - 'status' : 'off' + 'status' : 'on' }, gplus : { - 'dummy_img' : '../../core/backend/admin/modules/share_buttons/socialshareprivacy/images/dummy_gplus.png' } }, "css_path" : "../../core/backend/admin/modules/share_buttons/socialshareprivacy/socialshareprivacy.css", diff --git a/post_footer.php b/post_footer.php @@ -1 +1 @@ -<div id="socialshareprivacy">test</div> -\ No newline at end of file +<div id="socialshareprivacy"></div> +\ No newline at end of file