<?php
if(!$_GET['id']){
// not viewing a full article so use the headlines template
$template = 'headlines';
}else{
// viewing a full article, use the full story template
$template = 'fullstory';
}
include 'news/index.php';
?>
[readmore]Full Story[/readmore]
{shortstory}
{story}
[readmore]Full Story[/readmore]