summaryrefslogtreecommitdiff
path: root/smartyplugins/function.menu.php
diff options
context:
space:
mode:
Diffstat (limited to 'smartyplugins/function.menu.php')
-rw-r--r--smartyplugins/function.menu.php16
1 files changed, 16 insertions, 0 deletions
diff --git a/smartyplugins/function.menu.php b/smartyplugins/function.menu.php
new file mode 100644
index 0000000..f22d012
--- /dev/null
+++ b/smartyplugins/function.menu.php
@@ -0,0 +1,16 @@
+<?php
+/**
+ * Smarty plugin
+ * @package Smarty
+ * @subpackage plugins
+ */
+
+/**
+ * smarty_function_menu
+ *
+ * this is only kept to avoid sites from breaking that use {menu} in the layout
+ */
+function smarty_function_menu($params, &$gBitSmarty) {
+ // Dummy
+}
+?>