get("slideshow_field_headline"); ?>

get("preview") . "', description AS '" . $translation->get("description") . "', link AS '" . $translation->get("link") . "', headline AS '" . $translation->get("headline") . "', text AS '" . $translation->get("text") . "' FROM slideshow_line WHERE header_id = " . $input_id . " ORDER BY sorting ASC"; if ($result = @mysqli_query($GLOBALS['mysql_con'], $query)) { linklist($result, $formname, $format, "input_line_id", "edit_line_slideshow", TRUE, "update_sortorder_slideshow"); } ?>