diff options
Diffstat (limited to 'templates/show_video_row.inc.php')
-rw-r--r-- | templates/show_video_row.inc.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/show_video_row.inc.php b/templates/show_video_row.inc.php index 5618a60d..1b650360 100644 --- a/templates/show_video_row.inc.php +++ b/templates/show_video_row.inc.php @@ -25,4 +25,5 @@ <td class="cel_title"><?php echo $video->f_title; ?></td> <td class="cel_codec"><?php echo $video->f_codec; ?></td> <td class="cel_resolution"><?php echo $video->f_resolution; ?></td> +<td class="cel_length"><?php echo $video->f_length; ?></td> <td class="cel_tags"><?php $video->f_tags; ?></td> |