ownCloud Mail Template

Hello, I’ve edited the Mail Template for public links.

I’ve shared the folder Documents for a test, but the link in the email is only http://documents/ and not the full url.
What did I wrong?

<?php print_unescaped($l->t('Guten Tag, %s hat gerade ein Link mit Ihnen geteilt.
**Sehen Sie es sich hier an ', array($_['user_displayname'], $_['filename'], $_['link'])));** if ( isset($_['expiration']) ) { p($l->t("Der Link läuft ab am %s.", array($_['expiration']))); print_unescaped('

'); }

Cheers