On pretty much every page.
I just got the username to work.
The code I was looking for was:
"!USER_NAME_HERE!" => $_SESSION['username']
but now my issue is how to change the options of the bar according to the users status.
example being:
Welcome Guest
VS
Welcome User
I need the code to do this:
If :
User logged in
Display:
Block_1.html
If:
User logged out
Display:
Block_2.html
If that makes any sense to you...