From d0948ac023b21404bd051b41b744b3b0f7415a31 Mon Sep 17 00:00:00 2001 From: Malf Furious Date: Sat, 15 Sep 2018 11:29:51 -0400 Subject: Add 'my pads' page --- app/view/pads.php | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 app/view/pads.php (limited to 'app/view') diff --git a/app/view/pads.php b/app/view/pads.php new file mode 100644 index 0000000..1f321d0 --- /dev/null +++ b/app/view/pads.php @@ -0,0 +1,55 @@ + + + + + + + + + + + + + +
+ + + getPads_ordByOwnByName())) { ?> +
+

You don't have any pads

+
+ + + getPads_ordByOwnByName() as $p) { ?> + + +
+ + + + -- cgit v1.2.3