<?php
$static = true; // important for multiple includes
$archives = '1'; // 1=yes (to displays archived news)
$nppage = '3'; // number of news to display (headlines id=5, id=4 and id=3 in this case)
$template = 'headlines'; // template to use for displaying headlines
include 'news/index.php';
?>