add appswebroot to the guest template

This commit is contained in:
Georg Ehrke 2012-05-01 22:01:52 +02:00
parent 82a61e2e1a
commit c536e930f4
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@
<script type="text/javascript">
var oc_webroot = '<?php echo OC::$WEBROOT; ?>';
var oc_appswebroot = '<?php echo OC::$APPSWEBROOT; ?>';
var oc_appswebroot = '<?php echo OC::$APPSWEBROOT; ?>';
</script>
<?php foreach($_['jsfiles'] as $jsfile): ?>
<script type="text/javascript" src="<?php echo $jsfile; ?>"></script>