aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins/playvideos/playvideos.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/playvideos/playvideos.php')
-rw-r--r--plugins/playvideos/playvideos.php8
1 files changed, 5 insertions, 3 deletions
diff --git a/plugins/playvideos/playvideos.php b/plugins/playvideos/playvideos.php
index 2f4b0a31..64484504 100644
--- a/plugins/playvideos/playvideos.php
+++ b/plugins/playvideos/playvideos.php
@@ -17,9 +17,11 @@ function hook_playvideos_render_header($data)
17{ 17{
18 if ($data['_PAGE_'] == Router::$PAGE_LINKLIST) { 18 if ($data['_PAGE_'] == Router::$PAGE_LINKLIST) {
19 $playvideo = array( 19 $playvideo = array(
20 'href' => '#', 20 'attr' => array(
21 'title' => 'Video player', 21 'href' => '#',
22 'id' => 'playvideos', 22 'title' => 'Video player',
23 'id' => 'playvideos',
24 ),
23 'html' => '► Play Videos' 25 'html' => '► Play Videos'
24 ); 26 );
25 $data['buttons_toolbar'][] = $playvideo; 27 $data['buttons_toolbar'][] = $playvideo;