PHP & phpbb 15 Apr 2006 09:09 am
Adding the login/logout feature to a PHPBB theme
I started using a custom theme for a PHPBB site, but wanted to let people know whether they were logged in or not. To add this I opened the index_body.tpl file and changed the code
{CURRENT_TIME}
to
{CURRENT_TIME}
{L_LOGIN_LOGOUT}
Leave a Reply
You must be logged in to post a comment.


