Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CarnetApp/CarnetNextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rwxr-xr-xtemplates/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.php b/templates/index.php
index fc50f62..5fd2fd1 100755
--- a/templates/index.php
+++ b/templates/index.php
@@ -29,8 +29,8 @@ if($_['carnet_display_fullscreen']==="yes"){
<link rel=\"icon\" href=\"".image_path('', 'favicon.ico')."\">
<link rel=\"mask-icon\" sizes=\"any\" href=\"".image_path('', 'favicon-mask.svg')."\" color=\"".$theme->getColorPrimary()."\">
<link rel=\"manifest\" href=\"".image_path('', 'manifest.json')."\">
+ <script src=\"compatibility/nextcloud/fullscreen.js?mtime=\"></script>
</head>", $file);
- $file .= "<script src=\"compatibility/nextcloud/fullscreen.js?mtime=\"></script>";
if($_['nc_version']>=16)
style("carnet","../templates/CarnetElectron/compatibility/nextcloud/nc16");