File:  [DVB] / linuxtv.org / news.php
Revision 1.3: download - view: text, annotated - select for diffs
Sun Nov 14 22:06:37 2004 UTC (19 years, 6 months ago) by js
Branches: MAIN
CVS tags: HEAD
show intro only in news list

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

<h1>News</h1>

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

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

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

LinuxTV legacy CVS <linuxtv.org/cvs>