X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=cal%2Fcal.php;h=5c2f102191c51afb1bc6cff2a8c6dc756fe9e8f2;hb=18784a484b04b5f74e6d4dca516b2dc20cffe953;hp=8841be43fea80f786b22b2e32c9b44ce63164d16;hpb=bb0ac84cc4aa2e622f7927e6d91e1777b45af42a;p=friendica-addons.git diff --git a/cal/cal.php b/cal/cal.php index 8841be43..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 .= ''; + $s .= ''; } ?>