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