Following the example on the main page, I tried creating a link with as the url. It did not create an internal link and just wrote the string "front" into the url of the link. Do I have the syntax wrong, or is this broken?
Following the example on the main page, I tried creating a link with as the url. It did not create an internal link and just wrote the string "front" into the url of the link. Do I have the syntax wrong, or is this broken?
Comments
Comment #1
rcross commentedYou might need to use "internal:", but I haven't tested that.
You might find this useful http://drupal.org/node/87311
Comment #2
jcfiala commentedUsing <front> as the url works fine for me.
Comment #3
jkingsnorth commentedI can confirm that using makes the link point to the document root. (Closing since it is an old issue.)