0)) { $OUT = ""; foreach ($menuDesription as $key=>$value) { // Prepare content $content = array( 'title' => $menuTitle[$key], 'text' => $value ); // Load row template $OUT .= LOAD_TEMPLATE("admin_menu_hints_row", true, $content); } // Load base template LOAD_TEMPLATE("admin_menu_hints", false, $OUT); } } elseif (!EXT_IS_ACTIVE("task")) { // List selected tasks on overview when task management is not active OUTPUT_SELECTED_TASKS($_POST, $result_tasks); } // ?>