Annotation of linuxtv.org/news.php, revision 1.2

1.1       js          1: <?php
                      2:   $title = "LinuxTV.org - News";
                      3:   include "linuxtv-header.inc";
                      4: ?>
                      5: 
                      6: <h1>News</h1>
                      7: 
                      8: <?php
                      9:   include("news.inc");
1.2     ! js         10: 
        !            11:   if (empty($_REQUEST["entry"])) {
        !            12:     show_news(0, false, 0);
        !            13:   } else {
        !            14:     read_news($_REQUEST["entry"], false);
        !            15:   }
1.1       js         16: ?>
                     17: 
                     18: <?php include "linuxtv-footer.inc"; ?>

LinuxTV legacy CVS <linuxtv.org/cvs>