aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/ucp/ucp_notifications.php
diff options
context:
space:
mode:
authorNathaniel Guse <nathaniel.guse@gmail.com>2012-09-26 21:50:21 -0500
committerNathaniel Guse <nathaniel.guse@gmail.com>2012-09-26 21:50:21 -0500
commitb052741fcb0b3cab4317a759ec935518bef7c73b (patch)
tree0891ce979c957034c0dbc209856371387a4071b2 /phpBB/includes/ucp/ucp_notifications.php
parent3242ce0d3aa395b2c603e9172dfb17bcc5f081de (diff)
downloadforums-b052741fcb0b3cab4317a759ec935518bef7c73b.tar
forums-b052741fcb0b3cab4317a759ec935518bef7c73b.tar.gz
forums-b052741fcb0b3cab4317a759ec935518bef7c73b.tar.bz2
forums-b052741fcb0b3cab4317a759ec935518bef7c73b.tar.xz
forums-b052741fcb0b3cab4317a759ec935518bef7c73b.zip
[ticket/11103] UCP base files for notification options
PHPBB3-11103
Diffstat (limited to 'phpBB/includes/ucp/ucp_notifications.php')
-rw-r--r--phpBB/includes/ucp/ucp_notifications.php26
1 files changed, 26 insertions, 0 deletions
diff --git a/phpBB/includes/ucp/ucp_notifications.php b/phpBB/includes/ucp/ucp_notifications.php
new file mode 100644
index 0000000000..92a899af7d
--- /dev/null
+++ b/phpBB/includes/ucp/ucp_notifications.php
@@ -0,0 +1,26 @@
+<?php
+/**
+*
+* @package notifications
+* @copyright (c) 2012 phpBB Group
+* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
+*
+*/
+
+/**
+* @ignore
+*/
+if (!defined('IN_PHPBB'))
+{
+ exit;
+}
+
+class ucp_notifications
+{
+ var $u_action;
+
+ function main($id, $mode)
+ {
+
+ }
+}