diff options
author | Pete Harris <dave@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-03-29 16:51:01 +0000 |
---|---|---|
committer | Pete Harris <dave@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-03-29 16:51:01 +0000 |
commit | e8123c694c232509ea0c96ab19edf7cb1168b571 (patch) | |
tree | 8696e1ad7ce34f80d4090e3389ec5e8093583204 /views/default/videolist | |
parent | 1db604a22672b06fd95e60328a16d5045ca9465c (diff) | |
download | elgg-e8123c694c232509ea0c96ab19edf7cb1168b571.tar.gz elgg-e8123c694c232509ea0c96ab19edf7cb1168b571.tar.bz2 |
Updated VideoList to be consistent with v1.8 mods and so the new generic page header works.
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> |