New class player

This commit is contained in:
Surinam 2018-09-13 03:54:44 +03:00
parent d20a7b796f
commit dd69aecc7e
3 changed files with 5 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -110,8 +110,10 @@
<% } %>
</ul>
<div class="tab-content" style="width:100%;height:370px">
<div id="cinemapress-player" class="tab-content">
<% if (page.player) { %>
<%- page.player %>
<% } %>
</div>
<div class="row">

View File

@ -110,7 +110,7 @@
<% } %>
</ul>
<div class="tab-content" style="width:100%;height:370px">
<div id="cinemapress-player" class="tab-content">
<%- page.player %>
</div>