Skip to content

Commit

Permalink
remove prehistoric news, some php cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
slankes committed Nov 6, 2008
1 parent 21c762f commit 90cde5f
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions index.php
Expand Up @@ -57,20 +57,22 @@ function update_visits() {

$items = $feed->get_items();

echo '<span class="page_title">Latest News</span>';
echo '<hr size="1" noshade="noshade" width="100%" />';

echo '<ul>';
?>
<span class="page_title">Latest News</span>
<hr size="1" noshade="noshade" width="100%" />
<ul>

<?php
foreach ( $items as $item )
{
echo '<li><a href="', $item->get_permalink(), '">', $item->get_title(), '</a>.</li>';
}
?>
</ul>

echo '</ul>';

echo '<p>See <a href="http://www.mantisbt.org/blog/">blog</a> for more news. For older archives, see <a href="http://www.mantisbt.org/bugs/main_page.php">bug tracker news</a>.</p>';
<p>See <a href="http://www.mantisbt.org/blog/">blog</a> for more news.</p>

<?php
include( "adsense_vertical_inc.php" );

$t_footer_sponsored_links = '
Expand Down

0 comments on commit 90cde5f

Please sign in to comment.