diff options
Diffstat (limited to 'start.php')
-rw-r--r-- | start.php | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -34,11 +34,6 @@ function videolist_init() { 'tags' => 'tags', 'access_id' => 'access', )); - - elgg_set_config('videolist_dimensions', array( - 'width' => 600, - 'height' => 400, - )); // add to groups add_group_tool_option('videolist', elgg_echo('groups:enablevideolist'), true); |