add redirect for openbox.org/git/USER/SHA to gitweb commit diff
[dana/openbox-web.git] / discuss-news.php
1 <?php
2 $title='Recent Announcements';
3 $breadcrumb=array('Home', '.', 'Discuss', 'discuss.php');
4 ?>
5
6 <html>
7   <?php include('head.php') ?>
8   <link rel="stylesheet" type="text/css" href="css/discuss.css" />
9   <link rel="stylesheet" type="text/css" href="css/discuss-rss.css" />
10 </head>
11
12 <?php include('top.php') ?>
13
14 <?php splash_title('images/icons/news.png', $title); ?>
15
16 <div id="subscribe"><a href="rss/news"><img border="0" src="images/rssshort.png" />Subscribe</a></div>
17
18 <?php include('content.php') ?>
19
20 <!-- container for the html output -->
21 <div id="news" class="ticker">
22 <script type="text/javascript">
23 xmlNews('news', // the feed name
24         'news', // the div name
25         20,     // count
26         'links,fulldescription,showdate,idname');
27 </script>
28 </div>
29
30 <?php include('bottom.php') ?>