summaryrefslogtreecommitdiffstats
path: root/views/friends/add.html.php
diff options
context:
space:
mode:
authorMichael Francis <edude03@gmail.com>2011-07-16 00:50:36 -0400
committerMichael Francis <edude03@gmail.com>2011-07-16 00:51:12 -0400
commit8e468b8605eb1a85d32dbba4d41a9821daaa4016 (patch)
tree1b596a89ce0c8362883ebd3727a216155a0cf74a /views/friends/add.html.php
parenta277c978e66c970231b3cf987d220f3476fe456e (diff)
downloadotakuhub-8e468b8605eb1a85d32dbba4d41a9821daaa4016.tar.xz
Implemented mySQL based friending
Diffstat (limited to 'views/friends/add.html.php')
-rw-r--r--views/friends/add.html.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/views/friends/add.html.php b/views/friends/add.html.php
new file mode 100644
index 0000000..079c5d7
--- /dev/null
+++ b/views/friends/add.html.php
@@ -0,0 +1,4 @@
+<?= $this->form->create(); ?>
+ <?= $this->form->textbox('userid'); ?>
+ <?= $this->form->submit('request'); ?>
+<?= $this->form->end(); ?> \ No newline at end of file