diff options
Diffstat (limited to 'views/default/videolist')
-rw-r--r-- | views/default/videolist/notfound.php | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/views/default/videolist/notfound.php b/views/default/videolist/notfound.php deleted file mode 100644 index b797c54f7..000000000 --- a/views/default/videolist/notfound.php +++ /dev/null @@ -1,19 +0,0 @@ -<?php - -/** - * Elgg blog not found page - * - * @package ElggBlog - * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 - * @author Curverider Ltd <info@elgg.com> - * @copyright Curverider Ltd 2008 - * @link http://elgg.com/ - */ - -?> - -<p> - <?php - echo elgg_echo("video:none"); - ?> -</p> |