File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -498,7 +498,7 @@ function updateHomePage(item) {
498
498
<th><?php echo t ('More ' ) ?> :</th>
499
499
<td>
500
500
<?php if ($ schedule ->title ) { ?>
501
- <a href="http://www.themoviedb.org/search?query=<?php echo urlencode ($ schedule ->title ) ?> "><?php echo t ('Search $1 ' , 'themoviedb ' ) ?> </a>
501
+ <a href="http://www.themoviedb.org/search/movie ?query=<?php echo urlencode ($ schedule ->title ) ?> "><?php echo t ('Search $1 ' , 'themoviedb ' ) ?> </a>
502
502
<a href="http://www.imdb.com/search/title?title=<?php echo urlencode ($ schedule ->title ) ?> "><?php echo t ('Search $1 ' , 'IMDB ' ) ?> </a>
503
503
<a href="http://www.thetvdb.com/?string=<?php echo urlencode ($ schedule ->title ) ?> &searchseriesid=&tab=listseries&function=Search"><?php echo t ('Search $1 ' , 'TheTVDB ' ) ?> </a>
504
504
<a href="http://www.tv.com/search.php?type=11&stype=all&qs=<?php echo urlencode ($ schedule ->title ) ?> "><?php echo t ('Search $1 ' , 'TV.com ' ) ?> </a>
Original file line number Diff line number Diff line change 65
65
</div>
66
66
<div id="external_searches">
67
67
(<?php echo t ('Search ' ) ?> :
68
- <a href="http://www.themoviedb.org/search?query=<?php echo urlencode ($ schedule ->title ) ?> "><?php echo t ('themoviedb ' ) ?> </a>
68
+ <a href="http://www.themoviedb.org/search/movie ?query=<?php echo urlencode ($ schedule ->title ) ?> "><?php echo t ('themoviedb ' ) ?> </a>
69
69
-
70
70
<a href="http://www.imdb.com/search/title?title=<?php echo urlencode ($ schedule ->title ) ?> "><?php echo t ('IMDB ' ) ?> </a>
71
71
-
You can’t perform that action at this time.
0 commit comments