diff options
Diffstat (limited to 'includes/header.html')
-rwxr-xr-x | includes/header.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/includes/header.html b/includes/header.html index 802a6fe..c647f7c 100755 --- a/includes/header.html +++ b/includes/header.html @@ -33,6 +33,12 @@ <!--#include file="news.html" --> </ul> </div> + <div class="sidebar"> + <h2>New Packages</h2> + <ul> +<!--#include file="newpkgs.html" --> + </ul> + </div> <div class="body"> <a id="body"></a> <h1><!--#echo var="pagetitle" --></h1> |