X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=blogger%2Fblogger.php;h=87f58859fd171b6ce877a1e9b903a2a2c43a9504;hb=63aa4bb7a74d98e6c1c53e8c4eaf729992edbfba;hp=a182b4687ed5a61419ea47f8ac27972744763c45;hpb=ae76c8c37a6904666ff79f55f91bc51f80cefd64;p=friendica-addons.git diff --git a/blogger/blogger.php b/blogger/blogger.php index a182b468..87f58859 100755 --- a/blogger/blogger.php +++ b/blogger/blogger.php @@ -56,8 +56,8 @@ function blogger_settings(&$a,&$s) { /* Get the current state of our config variables */ $enabled = get_pconfig(local_user(),'blogger','post'); - $checked = (($enabled) ? ' checked="checked" ' : ''); + $css = (($enabled) ? '' : '-disabled'); $def_enabled = get_pconfig(local_user(),'blogger','post_by_default'); @@ -71,11 +71,11 @@ function blogger_settings(&$a,&$s) { /* Add some HTML to the existing form */ $s .= ''; - $s .= '

' . t('Blogger Post Settings') . '

'; + $s .= '

'. t('Blogger Export').'

'; $s .= '
'; $s .= ''; }