mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-31 10:18:55 +00:00
Fix moviethumb and use https link to jquery.
(cherry picked from commit caf2c72099)
This commit is contained in:
+1
-1
@@ -691,7 +691,7 @@ class Film
|
||||
$ret = array();
|
||||
if (isset($art['moviebackground'][0]['url'])) {
|
||||
$ret['backdrop'] = $art['moviebackground'][0]['url'];
|
||||
} elseif (isset($art['moviethumb'[0]['url']])) {
|
||||
} elseif (isset($art['moviethumb'][0]['url'])) {
|
||||
$ret['backdrop'] = $art['moviethumb'][0]['url'];
|
||||
}
|
||||
if (isset($art['movieposter'][0]['url'])) {
|
||||
|
||||
@@ -27,11 +27,11 @@
|
||||
</style>
|
||||
<link rel="shortcut icon" type="image/ico" href="{$smarty.const.WWW_TOP}/templates/nntmux/images/favicon.ico"/>
|
||||
<link rel="search" type="application/opensearchdescription+xml" href="{$smarty.const.WWW_TOP}/opensearch" title="{$site->title|escape}" />
|
||||
<script type="text/javascript" src="http://code.jquery.com/jquery-1.9.1.js"></script>
|
||||
<script type="text/javascript" src="https://code.jquery.com/jquery-1.9.1.js"></script>
|
||||
{literal}<script>window.jQuery || document.write('<script src="{/literal}{$smarty.const.WWW_TOP}{literal}/templates/nntmux/scripts/jquery-1.9.1.js"><\/script>')</script>{/literal}
|
||||
<script src="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/js/bootstrap.min.js"></script>
|
||||
{literal}<script>window.jQuery || document.write('<script src="{/literal}{$smarty.const.WWW_TOP}{literal}/templates/nntmux/scripts/bootstrap.min.js"><\/script>')</script>{/literal}
|
||||
<script type="text/javascript" src="http://code.jquery.com/jquery-migrate-1.2.1.js"></script>
|
||||
<script type="text/javascript" src="https://code.jquery.com/jquery-migrate-1.2.1.js"></script>
|
||||
<script type="text/javascript" src="{$smarty.const.WWW_TOP}/templates/nntmux/scripts/jquery.colorbox-min.js"></script>
|
||||
<script type="text/javascript" src="{$smarty.const.WWW_TOP}/templates/nntmux/scripts/jquery.autosize-min.js"></script>
|
||||
<script type="text/javascript" src="{$smarty.const.WWW_TOP}/templates/nntmux/scripts/jquery.qtip2.js"></script>
|
||||
|
||||
Reference in New Issue
Block a user