From 26b97722c619a37bf343a2cbdc148c17520857d7 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Sun, 4 Oct 2015 13:43:16 +0200 Subject: remove check mail - it just reloads the page. we get a notification in the panel if we get new mail --- include/widgets.php | 6 ------ 1 file changed, 6 deletions(-) (limited to 'include/widgets.php') diff --git a/include/widgets.php b/include/widgets.php index 9c8596a66..3e6fdb04c 100644 --- a/include/widgets.php +++ b/include/widgets.php @@ -565,12 +565,6 @@ function widget_mailmenu($arr) { return replace_macros(get_markup_template('message_side.tpl'), array( '$title' => t('Private Mail Menu'), - '$check'=>array( - 'label' => t('Check Mail'), - 'url' => $a->get_baseurl(true) . '/mail/combined', - 'sel' => (argv(1) == ''), - ), - '$combined'=>array( 'label' => t('Combined View'), 'url' => $a->get_baseurl(true) . '/mail/combined', -- cgit v1.2.3