aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-07-01 20:48:49 -0700
committerredmatrix <git@macgirvin.com>2016-07-01 20:48:49 -0700
commit523e7b5084b1ae62e151d1183f5150ffd9d9e60c (patch)
tree59ebb1acbd8d546a38bf9f099c13c2c914450df3 /include
parent41fa2d6c697bc4f7483e6c934b24c11fae368390 (diff)
parent0a119913406db6604ab6d44b53fdb1f07313db84 (diff)
downloadvolse-hubzilla-523e7b5084b1ae62e151d1183f5150ffd9d9e60c.tar.gz
volse-hubzilla-523e7b5084b1ae62e151d1183f5150ffd9d9e60c.tar.bz2
volse-hubzilla-523e7b5084b1ae62e151d1183f5150ffd9d9e60c.zip
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
Diffstat (limited to 'include')
-rw-r--r--include/widgets.php15
1 files changed, 0 insertions, 15 deletions
diff --git a/include/widgets.php b/include/widgets.php
index 8a7f4b69f..7fc3f1aeb 100644
--- a/include/widgets.php
+++ b/include/widgets.php
@@ -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;