X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=cal%2Fcal.php;h=5c2f102191c51afb1bc6cff2a8c6dc756fe9e8f2;hb=fd0ef2f2c7ccaae0a25d1c8b59a694116acfa2af;hp=8841be43fea80f786b22b2e32c9b44ce63164d16;hpb=ca671fc49beb8efdc0cd7bc1d26d5a1398440d75;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 .= ''; } ?>