diff options
Diffstat (limited to 'modules/notification/views')
-rw-r--r-- | modules/notification/views/comment_added.html.php | 1 | ||||
-rw-r--r-- | modules/notification/views/comment_changed.html.php | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/modules/notification/views/comment_added.html.php b/modules/notification/views/comment_added.html.php index e69de29b..115bfc86 100644 --- a/modules/notification/views/comment_added.html.php +++ b/modules/notification/views/comment_added.html.php @@ -0,0 +1 @@ +<?php defined("SYSPATH") or die("No direct script access.") ?> diff --git a/modules/notification/views/comment_changed.html.php b/modules/notification/views/comment_changed.html.php index e69de29b..115bfc86 100644 --- a/modules/notification/views/comment_changed.html.php +++ b/modules/notification/views/comment_changed.html.php @@ -0,0 +1 @@ +<?php defined("SYSPATH") or die("No direct script access.") ?> |