Go to the source code of this file.
Namespaces | |
| namespace | MythWeb |
Variables | |
| $page_title = 'MythWeb - '.t('Videos') | |
| $headers [] = '<link rel="stylesheet" type="text/css" href="'.root.'dcss/video.css.php">' | |
| if ($_SESSION["show_video_covers"]&&file_exists($video->cover_file)) echo 'src | |
| $headers[] = '<link rel="stylesheet" type="text/css" href="'.root.'dcss/video.css.php">' |
| if($_SESSION["show_video_covers"]&&file_exists($video->cover_file)) echo 'src |
Initial value:
"'.$video->cover_url.'"'; echo ' width="'.$video->cover_scaled_width.'" height="'.$video->cover_scaled_height.'"'; ?> alt="<?php echo t('Missing Cover'); ?>"></div> <div id="<?php echo $video->intid; ?>-category"> <?php echo $Category_String[$video->category]; ?></div> <div id="<?php echo $video->intid; ?>_playtime"> <?php echo nice_length($video->length * 60); ?></div> <div id="<?php echo $video->intid; ?>_imdb"> <?php if ($video->inetref != '00000000') { ?><a href="<?php echo makeImdbWebUrl($video->inetref); ?>"><?php echo $video->inetref ?></a><?php } ?></div> <div class="command"> <span class="commands"><a href="javascript:newWindow('<?php echo $video->intid
1.5.5