summaryrefslogblamecommitdiff
path: root/index.php
blob: b9135e7c2396e58b8aa3917b8b14061e1b9559cf (plain) (tree)
1
2
3
4
5
6
7
8
9
     
                                 
                      
 

                                    
 

                
<?php
  include('includes/common.php');
  placeHeader("News");

  $number = 6;
  include('cutenews/show_news.php');

  placeFooter();
?>