diff options
author | Sem <sembrestels@riseup.net> | 2011-11-03 22:18:13 +0100 |
---|---|---|
committer | Sem <sembrestels@riseup.net> | 2011-11-03 22:18:13 +0100 |
commit | fc7921d05953d3de3130f9d49b7d73ec4c466b34 (patch) | |
tree | dcd6972df015852d455709b4b9111500a2c1602d /pages/videolist/all.php | |
parent | 4df99e6a3803f735d6cfa35d66e0b52c3b946255 (diff) | |
download | elgg-fc7921d05953d3de3130f9d49b7d73ec4c466b34.tar.gz elgg-fc7921d05953d3de3130f9d49b7d73ec4c466b34.tar.bz2 |
Upgraded "add video" page.
Diffstat (limited to 'pages/videolist/all.php')
-rw-r--r-- | pages/videolist/all.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/videolist/all.php b/pages/videolist/all.php index adc718d73..cd7500898 100644 --- a/pages/videolist/all.php +++ b/pages/videolist/all.php @@ -1,8 +1,8 @@ <?php /** - * All files + * All videos * - * @package ElggFile + * @package ElggVideolist */ elgg_push_breadcrumb(elgg_echo('videolist')); |