File:  [DVB] / linuxtv.org / news.php
Revision 1.2: download - view: text, annotated - select for diffs
Sun Nov 14 21:58:18 2004 UTC (19 years, 7 months ago) by js
Branches: MAIN
CVS tags: HEAD
also steal news style from directfb.org...

<?php
  $title = "LinuxTV.org - News";
  include "linuxtv-header.inc";
?>

<h1>News</h1>

<?php
  include("news.inc");

  if (empty($_REQUEST["entry"])) {
    show_news(0, false, 0);
  } else {
    read_news($_REQUEST["entry"], false);
  }
?>

<?php include "linuxtv-footer.inc"; ?>

LinuxTV legacy CVS <linuxtv.org/cvs>