aboutsummaryrefslogtreecommitdiff
path: root/views/profile/meta.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/profile/meta.php')
-rw-r--r--views/profile/meta.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/views/profile/meta.php b/views/profile/meta.php
new file mode 100644
index 0000000..52764ef
--- /dev/null
+++ b/views/profile/meta.php
@@ -0,0 +1,4 @@
+<?php
+
+$username = explode('/', $uri, 4)[2];
+$title = "$username's profile";