]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - plugins/playvideos/playvideos.php
merge
[github/shaarli/Shaarli.git] / plugins / playvideos / playvideos.php
index 2f4b0a3167c2c3510ec149c58337bf0af1bdd360..644845049ff6599407fc43f9c5d99a9c0d4efd81 100644 (file)
@@ -17,9 +17,11 @@ function hook_playvideos_render_header($data)
 {
     if ($data['_PAGE_'] == Router::$PAGE_LINKLIST) {
         $playvideo = array(
-            'href' => '#',
-            'title' => 'Video player',
-            'id' => 'playvideos',
+            'attr' => array(
+                'href' => '#',
+                'title' => 'Video player',
+                'id' => 'playvideos',
+            ),
             'html' => '► Play Videos'
         );
         $data['buttons_toolbar'][] = $playvideo;