/ Published in: PHP
                    
                                        
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
<?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>
Comments
 Subscribe to comments
                    Subscribe to comments
                
                