advanced code snippet search
humanoid on 02/19/10
drupal block theming
02/19/10 07:09am
<?php global $user; ?> <div id="portal-login"> <p><?php print l($user->name,'user/'.$user->uid); ?>, Sie sind angemeldet.<br /> <b><?php print l("logout","logout"); ?></b></p></div>
Report this snippet Tweet
You should really be using the t() fucntion to print out "Sie sind angemeldet."
Comment:
You need to login to post a comment.
You should really be using the t() fucntion to print out "Sie sind angemeldet."