get("collection_sorting_keep"), $translation->get("collection_sorting_change_top"), $translation->get("collection_sorting_change_bottom") ); $query = "SELECT * FROM main_faq_line WHERE main_faq_id = '" . $input_line['id'] . "'"; $result = @mysqli_query($GLOBALS['mysql_con'], $query); $input_text = @mysqli_fetch_array($result); ?>
get("edit_faq_question"); ?>
' . join("\r\n", $messages) . ''; } } ?>
" />
get("faq_question"), "input_description", "text", $input_line["description"], 255); ?>
 
get("answer"), "text_answer", "textarea", $input_text['text2']); ?>
get("default_active"), "input_default_active", $values = array('1', '0'), $value_names = array($translation->get("yes"), $translation->get("no")), $input_line["default_active"]); ?>