I have the following link:
I know that $smarty.server.REQUEST_URI
will return user/username/about
.
But I can't find a way to return the latest part of my link which is about
.
How can I return it? I prefer a solution that does not require me to alter or add new functions in .php files.