Ticket #4717: detail.patch

File detail.patch, 880 bytes (added by bradd@…, 16 years ago)
  • mythplugins/mythweb/modules/tv/tmpl/default/detail.php

     
    105105            <td id="x-title"<?php
    106106                    if (!$channel)
    107107                        echo ' colspan="2"';
    108                     if ($program && $program->css_class)
    109                         echo ' class="', $program->css_class, '"';
     108                    if ($show && $show->css_class)
     109                        echo ' class="', $show->css_class, '"';
    110110                    ?>>
    111111                <a href="<?php echo root ?>tv/search/<?php echo str_replace('%2F', '/', rawurlencode('^'.$schedule->title.'$')) ?>?field=title"><?php
    112112                    echo $schedule->title;