JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
metaform: fix name of title tem-sub
[wfpl.git] / metaform / template.php
index 7901f44..d8f663b 100644 (file)
@@ -119,7 +119,7 @@ function ~file_name~_display_main() {
 }
 
 function ~file_name~_edit_main() {<!--~}~--><!--~pulldowns {~-->
-       pulldown('~name~', array('option 1', 'option 2', 'option 3'));
+       pulldown('~name~', ~pulldown_options~);
 <!--~}~--><!--~opt_db {~-->
        $edit_id = format_int($_REQUEST['~file_name~_edit_id']);
        unset($_REQUEST['~file_name~_edit_id']);