My Blog link
Last modified: November 17, 2005 - 03:18
Create a block with the following code
<?php
global $user;
print l("My Blog", "blog/" . $user->uid);
?>Thanks go to MichelleC and Richard Eriksson from this post.
Create a block with the following code
<?php
global $user;
print l("My Blog", "blog/" . $user->uid);
?>Thanks go to MichelleC and Richard Eriksson from this post.
Drupal is a registered trademark of Dries Buytaert.
