No easy way to return to current user home page
Brought to you by:
zarahg
I cannot find the easy way for user to return to his home page and cannot find how to create such link editing templates. I've added a line in 0.9.1 to fix this (add link to login_box):
> diff Runner.pm.orig Runner.pm.new
738a739
> qq(<li>) . PodWiki::Runner->pod_link("My page|UserHome_$current_user"). qq(</li>).
It works fine for me.
Also maybe it's worth to create variable like $user available to insert into pages to display current user name somewhere?