diff options
author | Jesús Eduardo <heckyel@hyperbola.info> | 2017-09-13 17:43:12 -0500 |
---|---|---|
committer | Jesús Eduardo <heckyel@hyperbola.info> | 2017-09-13 17:43:12 -0500 |
commit | 2d5b3f6ec45cc30290b28554716c3abb5b956086 (patch) | |
tree | 71f4c80a9fd394fd44e35db727de2a38056269de /functions.php | |
parent | 3aed6c0e5c9eab77ba8fb99145d48a3625be6edf (diff) | |
download | lidra-theme-2d5b3f6ec45cc30290b28554716c3abb5b956086.tar.lz lidra-theme-2d5b3f6ec45cc30290b28554716c3abb5b956086.tar.xz lidra-theme-2d5b3f6ec45cc30290b28554716c3abb5b956086.zip |
vinotjs: player default HTML5
Diffstat (limited to 'functions.php')
-rw-r--r-- | functions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.php b/functions.php index b5fa805..a8f7011 100644 --- a/functions.php +++ b/functions.php @@ -157,4 +157,4 @@ function disable_embeds_rewrites($rules) { /* LibreVideoJS ------------------------------------------------------------------------------*/ -include_once 'librevideojs/librevideojs.php'; +include_once 'vinotjs/vinotjs.php'; |