rpicms

A CMS for the Raspberry Pi
git clone git://archive.git.mtrnord.blog/RpicmsTeam/rpicms.git
Log | Files | Refs | README | LICENSE

commit 03c6778013639021f31c2c8452983dcbca01787f
parent e4472729a0b788b72658de23741b15e32961b33a
Author: MTRNord <mtrnord1@gmail.com>
Date:   Fri,  2 Jan 2015 20:51:59 +0100

add buttons

Diffstat:
Mcore/backend/admin/modules/html_header.php | 11+++++++++++
1 file changed, 11 insertions(+), 0 deletions(-)

diff --git a/core/backend/admin/modules/html_header.php b/core/backend/admin/modules/html_header.php @@ -4,6 +4,17 @@ jQuery(document).ready(function($){ if($('#socialshareprivacy').length > 0){ $('#socialshareprivacy').socialSharePrivacy({ + services : { + facebook : { + 'perma_option' : 'off' + }, + twitter : { + 'status' : 'off' + }, + gplus : { + 'dummy_img' : '../../core/backend/admin/modules/share_buttons/socialshareprivacy/images/dummy_gplus_variante.png' + } + }, "css_path" : "../../core/backend/admin/modules/share_buttons/socialshareprivacy/socialshareprivacy.css", "lang_path" : "../../core/backend/admin/modules/share_buttons/socialshareprivacy/lang/", "language" : "de"