nextcloud/inc/templates/footer.php

18 lines
461 B
PHP
Raw Normal View History

2010-04-12 16:49:10 +04:00
<?php
global $WEBROOT;
?>
2010-04-12 16:31:22 +04:00
</div>
<div class='foot'>
2010-04-12 16:49:10 +04:00
<div class='bar'><p class="hint">
Hint: Mount it via webdav like this: <a href="webdav://<?php echo($_SERVER["HTTP_HOST"].$WEBROOT.'/webdav/owncloud.php');?>">webdav://<?php echo($_SERVER["HTTP_HOST"].$WEBROOT);?>/webdav/owncloud.php</a>
2010-04-12 16:49:10 +04:00
</p></div>
2010-03-10 15:03:40 +03:00
<p class="footer">
<?php
echo('<a href="http://ownCloud.org">ownCloud</a> - 1.0 beta 2');
2010-03-10 15:03:40 +03:00
?>
</p>
2010-04-12 16:31:22 +04:00
</div>
</div>
<!--<p id="debug">debug</p>-->
2010-03-10 15:03:40 +03:00
</body></html>