assign(array("CHILDOU" => "Noch keine untergordnete AU angelegt", "CHILDCN" => "", "CHILDDN" => "", "CHILDDOMAIN" => "", "CHILDDESC" => "")); $childau_array = get_childau($auDN,array("dn","cn","ou","associateddomain","description","maxipblock")); $template->define_dynamic("Childaus", "Webseite"); foreach ($childau_array as $childau){ $auname = "".$childau['ou'].""; $template->assign(array("CHILDOU" => $auname, "CHILDCN" => $childau['cn'], "CHILDDN" => $childau['dn'], "CHILDDOMAIN" => $childau['associateddomain'], "CHILDDESC" => $childau['description'], "AUDN" => $auDN)); $template->parse("CHILDAUS_LIST", ".Childaus"); } ################################################################################### # Footer include("au_footer.inc.php"); ?>