Welcome to Monopedilos
Sunday, September 05 2010 @ 01:42 AM CDT
This shows you the differences between two versions of the page.
|
mythweb_mods [2009/07/20 16:12] theophile |
mythweb_mods [2009/07/20 16:13] (current) theophile |
||
|---|---|---|---|
| Line 110: | Line 110: | ||
| <code> <img src="<?php echo $channel->icon ?>" height="30"> | <code> <img src="<?php echo $channel->icon ?>" height="30"> | ||
| <?php } ?> | <?php } ?> | ||
| - | <span class="x-preferred"><?php echo ($_SESSION["prefer_channum"] ? $channel->channum : $channel->callsign) ?></span><br> | + | <span class="x-preferred"><?php echo ($_SESSION["prefer_channum"] ? $channel->channum : $channel->callsign) ?></span><br></code> |
| - | <?php echo ($_SESSION["prefer_channum"] ? $channel->callsign : $channel->channum), "\n" ?></code> | + | |
| and change it to this: | and change it to this: | ||
| Line 117: | Line 116: | ||
| <code> <img src="<?php echo $channel->icon ?>"> | <code> <img src="<?php echo $channel->icon ?>"> | ||
| <?php } ?> | <?php } ?> | ||
| - | <br> | + | <br></code> |
| - | <?php echo ($_SESSION["prefer_channum"] ? $channel->callsign : $channel->channum), "\n" ?></code> | + | |
| ==== The Stylesheet ==== | ==== The Stylesheet ==== | ||