X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=cal%2Fcal.php;h=5c2f102191c51afb1bc6cff2a8c6dc756fe9e8f2;hb=18784a484b04b5f74e6d4dca516b2dc20cffe953;hp=858e5a5457843a3b9c4caa341004a889f5dc7a57;hpb=392d8414b95a4d85bea68c4e37cbe44abcdd6ee7;p=friendica-addons.git diff --git a/cal/cal.php b/cal/cal.php index 858e5a54..5c2f1021 100644 --- a/cal/cal.php +++ b/cal/cal.php @@ -5,6 +5,7 @@ * Version: 0.1 * Author: Tobias Diekershoff * License: MIT + * Status: Unsupported * ******************************************************************/ @@ -177,16 +178,23 @@ function cal_addon_settings ( &$a, &$s ) $checked = (($enabled) ? ' checked="checked" ' : ''); $url = $a->get_baseurl().'/cal/'.$a->user['nickname'].'/export/format'; + $s .= ''; $s .= '

'.t('Export Events').'

'; + $s .= '
'; + $s .= ''; } ?>