aboutsummaryrefslogtreecommitdiff
path: root/reminder.pages.inc
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2012-03-23 11:28:11 -0300
committerSilvio Rhatto <rhatto@riseup.net>2012-03-23 11:28:11 -0300
commited4695652dbc6e60e0b5d67b9eff433b707a8cca (patch)
treeb132b0ac63d3c4986f68b642c90e4e3998f44bcc /reminder.pages.inc
downloadreminder-ed4695652dbc6e60e0b5d67b9eff433b707a8cca.tar.gz
reminder-ed4695652dbc6e60e0b5d67b9eff433b707a8cca.tar.bz2
Initial import
Diffstat (limited to 'reminder.pages.inc')
-rw-r--r--reminder.pages.inc39
1 files changed, 39 insertions, 0 deletions
diff --git a/reminder.pages.inc b/reminder.pages.inc
new file mode 100644
index 0000000..647a1d3
--- /dev/null
+++ b/reminder.pages.inc
@@ -0,0 +1,39 @@
+<?php
+
+/**
+ * @file
+ *
+ * Package callbacks for Reminder module.
+ */
+
+/**
+ * Page callback.
+ *
+ * @todo
+ */
+function reminder_page() {
+}
+
+/**
+ * Page callback.
+ *
+ * @todo
+ */
+function reminder_unsubscribe() {
+}
+
+/**
+ * Page callback.
+ *
+ * @todo
+ */
+function reminder_logpage() {
+}
+
+/**
+ * Page callback.
+ *
+ * @todo
+ */
+function reminder_mypage() {
+}