Unfortunately Joomla! Core doesn’t support that feature, which I think most of you might also need badly. But it was a very simple hack, and will be useful for Joomla! devs who are looking for the same functionality. Here I'm posting a small PHP code which does the Job.
if (!($my->id)) { echo " "; }else{ echo "Welcome! ".$my->name."| Logout."; }
No comments:
Post a Comment