X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=plugins%2Fcalendar%2Fsetup.php;h=f1121f7bff1075d8a21597bf397aa077d1fac085;hp=0b038665df17a644b3b9d7ef760f198aa92060e9;hb=595848f9dbf9fda650ca1809f94702043dbc0f79;hpb=2c85de8f66702a488ea0c371f2576963c593d64d diff --git a/plugins/calendar/setup.php b/plugins/calendar/setup.php index 0b038665..f1121f7b 100644 --- a/plugins/calendar/setup.php +++ b/plugins/calendar/setup.php @@ -1,25 +1,33 @@ - * Licensed under the GNU GPL. For full terms see the file COPYING. + * Originally contrubuted by Michal Szczotka * - * init plugin into squirrelmail + * init plugin into squirrelmail * * $Id$ + * @package plugins + * @subpackage calendar */ - +/** + * Initialize the plugin + * @return void + */ function squirrelmail_plugin_init_calendar() { global $squirrelmail_plugin_hooks; $squirrelmail_plugin_hooks['menuline']['calendar'] = 'calendar'; } function calendar() { - //Add Calendar link to upper menu + /* Add Calendar link to upper menu */ displayInternalLink('plugins/calendar/calendar.php',_("Calendar"),'right'); - echo "  \n"; + echo "  \n"; } -?> \ No newline at end of file +?>