1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Removed link to news archive and made Recent News header clickable.

This commit is contained in:
Levi Morrison
2012-07-02 15:36:29 -06:00
parent 952ea72509
commit 0c9cf285af

View File

@@ -19,8 +19,7 @@ class HomepageNewsView {
ob_start();
?>
<div class='recentNewsEntries'>
<h1>Recent News</h1>
<a class="newsArchiveLink" href="/archive/">(News Archive)</a>
<h1><a href="/archive/">Recent News</a></h1>
<?php
foreach ($this->articles as $article) :