Blame | Letzte Änderung | Log anzeigen | RSS feed
<?php require ("include/common.php"); $smarty->assign("title", "Terminerfassung"); $smarty->display("index.tpl"); ?>
<?php
require ("include/common.php");
$smarty->assign("title", "Terminerfassung");
$smarty->display("index.tpl");
?>