From b052741fcb0b3cab4317a759ec935518bef7c73b Mon Sep 17 00:00:00 2001 From: Nathaniel Guse Date: Wed, 26 Sep 2012 21:50:21 -0500 Subject: [PATCH] [ticket/11103] UCP base files for notification options PHPBB3-11103 --- phpBB/includes/ucp/info/ucp_notifications.php | 34 +++++++++++++++++++ phpBB/includes/ucp/ucp_notifications.php | 26 ++++++++++++++ 2 files changed, 60 insertions(+) create mode 100644 phpBB/includes/ucp/info/ucp_notifications.php create mode 100644 phpBB/includes/ucp/ucp_notifications.php diff --git a/phpBB/includes/ucp/info/ucp_notifications.php b/phpBB/includes/ucp/info/ucp_notifications.php new file mode 100644 index 0000000000..f1e6bf65b8 --- /dev/null +++ b/phpBB/includes/ucp/info/ucp_notifications.php @@ -0,0 +1,34 @@ + 'ucp_notifications', + 'title' => 'UCP_NOTIFICATIONS', + 'version' => '1.0.0', + 'modes' => array( + 'notification_options' => array('title' => 'UCP_NOTIFICATION_OPTIONS', 'auth' => '', 'cat' => array('UCP_MAIN')), + ), + ); + } + + function install() + { + } + + function uninstall() + { + } +} 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 @@ +