Community
Participate
Working Groups
// return $rss;
foreach ($rss->channel as $channel)
{
$html .= "<h6>";
$html .= "<h3>";
// Add the RSS image on the right
$html .= "<a href=\"$rssurl\"><img src=\"/images/rss.gif\" align=\"right\" alt=\"More...\" /></a>";
// show news in long format.
$html .= " <a href=\"/webtools/news.html\"><img src=\"/images/more.gif\" title=\"More...\" alt=\"More...\" /></a>";
$html .= "</h6>";
$html .= "</h3>";
// $description = $channel->description;
// if (strlen($description) > 0) {
</tr>
</table>
<div class="homeitem3col">
$wtpnews
</div>
<h3>Subprojects</h3>
<ul>
<li>
<li><a href="/newsgroups/main.html#wtp">Newsgroup</a></li>
</ul>
<div class="sideitem">
EOHTML;