server/inc/templates/footer.php

22 lines
512 B
PHP
Raw Normal View History

2010-04-12 12:49:10 +00:00
<?php
global $WEBROOT;
?>
2010-04-12 12:31:22 +00:00
</div>
<div class='foot'>
<?php
if(!OC_UTIL::hasSmallScreen()){
?>
2010-04-12 12:49:10 +00: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 12:49:10 +00:00
</p></div>
<?php }?>
2010-03-10 12:03:40 +00:00
<p class="footer">
<?php
echo('<a href="http://ownCloud.org">ownCloud</a> - 1.0 beta 2');
2010-03-10 12:03:40 +00:00
?>
</p>
2010-04-12 12:31:22 +00:00
</div>
</div>
<!--<p id="debug">debug</p>-->
2010-03-10 12:03:40 +00:00
</body></html>