diff options
Diffstat (limited to 'views/profile/meta.php')
| -rw-r--r-- | views/profile/meta.php | 4 |
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"; |
