mirror of
https://github.com/nextcloud/server.git
synced 2026-04-11 12:07:24 -04:00
add appswebroot to the guest template
This commit is contained in:
parent
82a61e2e1a
commit
c536e930f4
1 changed files with 1 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue