assign("competition_recipe_1", $competition_recipe_1); $o_smarty->assign("competition_recipe_2", $competition_recipe_2); $o_smarty->assign("competition_recipe_3", $competition_recipe_3); $o_smarty->assign("competition_recipe_4", $competition_recipe_4); $o_smarty->assign("new_recipe", $new_recipe); $o_smarty->assign("accessranking", $accessranking); $o_smarty->assign("keywords", $keywords); $o_smarty->assign("description", $description); $o_smarty->assign("title", $title); loginCheckFunction(); $o_smarty->display(basename($_SERVER['SCRIPT_NAME'], ".php") . ".tpl"); ?>