Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Mods & Themes (http://www.bvlist.com/forumdisplay.php?f=117)
-   -   TSSE 5.6 new repack (http://www.bvlist.com/showthread.php?t=11184)

order 24th July 2017 20:43

TSSE 5.6 new repack IMDB
 
1 Attachment(s)
Add to include/ts_functions.php where you want i would put this below the function show_notice
Code:

    function imdb_get_trailer($name = '') {
        return (isset( $_GET[$name] ) ? trim( $_GET[$name] ) : (isset( $_POST[$name] ) ? trim( $_POST[$name] ) : ''));
    }

@details.php
find
Code:

' : '').$lang->details['t_link'].'
'.$torrent['t_link'].'
'; }
replease with
Code:

  ' : '').$lang->details['t_link'].'
'.$torrent['t_link'].'
Trailers & Videos '; }



All times are GMT +2. The time now is 17:23.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.