aboutsummaryrefslogtreecommitdiff
path: root/reminder.pages.inc
blob: 647a1d36906281e07b169b4c83ac34eb947b3d62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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() {
}