assign('noindex', true); // Page title $smarty->assign('PAGE_TITLE', $LANG['FOOTER_TEXT_CONTACT']); $smarty->assign('PAGE_URL', HOME_URL . '/contact'); // Templates laden $smarty->display('header.tpl'); $smarty->display('contact.tpl'); $smarty->display('footer.tpl'); ?>