<?php
$cat[] = 'Blog';
$nppage = '10';
$image_maxheight = 300;
$image_maxwidth = 500;
$image_clickable = false;
$template = 'teaser';
$nppage = '15';
include 'news/index.php';
?>
<?php
$cat[] = 'Blog';
$nppage = '10';
$image_maxheight = 300;
$image_maxwidth = 500;
$template = 'blog';
$image_clickable = false;
include 'news/index.php';
?>
{title}
{summary}
{article}
<?php
$template = 'Short';
$cat[] = "Blog";
include '../news/index.php';
?>
<?php
$template = 'home';
$cat[] = 'blog';
$nppage = '5';
include 'news/index.php';
?>
{news}
<a name="comments"></a>
{comments}
{commentspagintation}
[loggedin]Welcome, {username}[/loggedin]
{commentsform}
{loginform}