<?php
include 'configbase.php';
include 'base.php';
$smarty->assign('page_title', 'index');
$smarty->assign('page_description', 'index');
$smarty->assign('page_keywords', 'index');
$smarty->assign('contents', basename(__FILE__, '.php') . '.tpl');
$smarty->display('template.tpl');
?>