This is pretty straight forward. How do I print a link to the homepage as field in Views?
I have added a global text field with html code <a href="/">Home</a> but this is just the path to the root & my website is installed in a subdomain.
Using D7 and latest Views module.


print l('front','',array('absolute'=>true));- but I don't remember how to do it in views field easily.