Allow apps to have own 404 content, closes #3225
parent
954b5d9019
commit
97f2c393c1
@ -0,0 +1,12 @@ |
|||||||
|
<ul> |
||||||
|
<li class="error error-broken-link"> |
||||||
|
<p><?php p($l->t('Sorry, this link doesn’t seem to work anymore.')) ?></p>
|
||||||
|
<p><?php p($l->t('Reasons might be:')); ?></p>
|
||||||
|
<ul> |
||||||
|
<li><?php p($l->t('the item was removed')); ?></li>
|
||||||
|
<li><?php p($l->t('the link expired')); ?></li>
|
||||||
|
<li><?php p($l->t('sharing is disabled for this ownCloud')); ?></li>
|
||||||
|
</ul> |
||||||
|
<p><?php p($l->t('For more info, please ask the person who sent this link.')); ?></p>
|
||||||
|
</li> |
||||||
|
</ul> |
Loading…
Reference in new issue