From ae205d810b62dce5e3e11aef07358c11ded48c77 Mon Sep 17 00:00:00 2001 From: "David T. Sadler" Date: Tue, 26 Oct 2021 21:07:43 +0100 Subject: Implement old --- src/templates/form_fields.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/templates/form_fields.php (limited to 'src/templates/form_fields.php') diff --git a/src/templates/form_fields.php b/src/templates/form_fields.php new file mode 100644 index 0000000..cfacfda --- /dev/null +++ b/src/templates/form_fields.php @@ -0,0 +1,12 @@ +
+has('url')) { ?> +

get('url')); ?>

+ +
+has('title')) { ?> +

get('title')); ?>

+ +
+has('tag')) { ?> +

get('tag')); ?>

+ -- cgit v1.2.3-13-gbd6f