query($sqlshow); while ( $row_show = $db->fetch_array($rs_show)){ $template = $row_show["template"]; include_once '/../'.$modupath.$template; } ?>