~ubuntu-branches/ubuntu/lucid/mythplugins/lucid

« back to all changes in this revision

Viewing changes to mythweb/modules/tv/tmpl/default/list_data.php

  • Committer: Bazaar Package Importer
  • Author(s): Mario Limonciello
  • Date: 2009-10-13 01:57:50 UTC
  • mfrom: (1.1.35 upstream)
  • Revision ID: james.westby@ubuntu.com-20091013015750-t5uj418d1hf4phwl
Tags: 0.22.0~trunk22413-0ubuntu1
* New upstream checkout (r22413)
  - Fixes bug where you have to enter/leave mythvideo for 5 seconds.
* debian/mythweb.{default,postinst,config}:
  - Read debconf answers from /etc/default/mythweb if they're present
    and we're running in noninteractive.  Allows configuration from MCC.
    (LP: #445998)

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 * Print the program list data only
4
4
 *
5
5
 * @url         $URL: http://svn.mythtv.org/svn/trunk/mythplugins/mythweb/modules/tv/tmpl/default/list_data.php $
6
 
 * @date        $Date: 2009-08-18 12:53:23 -0500 (Tue, 18 Aug 2009) $
7
 
 * @version     $Revision: 21346 $
 
6
 * @date        $Date: 2009-10-12 01:34:59 -0500 (Mon, 12 Oct 2009) $
 
7
 * @version     $Revision: 22386 $
8
8
 * @author      $Author: kormoc $
9
9
 * @license     GPL
10
10
 *
93
93
        <img src="<?php echo $channel->icon ?>" style="padding:5px;"><br>
94
94
<?php       } ?>
95
95
        <?php echo ($_SESSION["prefer_channum"] ? $channel->channum : $channel->callsign), "\n" ?>
 
96
<?php       if ($_SESSION["show_channel_icons"] == false || empty($channel->icon)) {
 
97
                echo '<br>('.($_SESSION["prefer_channum"] ? $channel->callsign : $channel->channum), ")\n";
 
98
} ?>
96
99
        </a>
97
100
        </td>
98
101
<?php