ditch the change_view widget and make header fixed in fullscreen mode

This commit is contained in:
Mario Vavti
2016-07-01 12:21:19 +02:00
parent bb5ec8cfb8
commit 7371e08625
6 changed files with 29 additions and 40 deletions

View File

@@ -743,21 +743,6 @@ function widget_conversations($arr) {
return $o;
}
function widget_eventsmenu($arr) {
if (! local_channel())
return;
return replace_macros(get_markup_template('events_menu_side.tpl'), array(
'$title' => t('Events Menu'),
'$day' => t('Day View'),
'$week' => t('Week View'),
'$month' => t('Month View'),
'$export' => t('Export'),
'$upload' => t('Import'),
'$submit' => t('Submit')
));
}
function widget_eventstools($arr) {
if (! local_channel())
return;