| 1 |
<?php |
<?php |
| 2 |
/* $Id: aggregator2.module,v 1.41 2006/07/20 10:39:53 ahwayakchih Exp $ */ |
/* $Id: aggregator2.module,v 1.42 2006/07/20 10:46:58 ahwayakchih Exp $ */ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 1535 |
} |
} |
| 1536 |
$feed->image = '<a href="'. $image['LINK'][0]['VALUE'] .'" class="aggregator2_logo_link"><img src="'. $image['URL'][0]['VALUE'] .'" class="aggregator2_logo" alt="'. $image['TITLE'][0]['VALUE'] .'" /></a>'; |
$feed->image = '<a href="'. $image['LINK'][0]['VALUE'] .'" class="aggregator2_logo_link"><img src="'. $image['URL'][0]['VALUE'] .'" class="aggregator2_logo" alt="'. $image['TITLE'][0]['VALUE'] .'" /></a>'; |
| 1537 |
} |
} |
| 1538 |
else { |
else if (!$feed->image) { |
| 1539 |
$feed->image = ''; |
$feed->image = ''; |
| 1540 |
} |
} |
| 1541 |
|
|