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:
authorAlexandre Roux D'Anzi <alexandre.roux.danzi@lostpod.me>2022-01-23 20:39:36 +0300
committerAlexandre Roux D'Anzi <alexandre.roux.danzi@lostpod.me>2022-01-23 20:39:36 +0300
commit4dea0cc834d98bb80a45575e3096b94be08d1341 (patch)
tree77894eaa0fd6bd0811ba11cf1a2b09204368e501 /templates
parentcc4a12dca09dc0b9263d92026de1247d5151cbce (diff)
Carnet is now in an iframe to avoid style conflictsold_main
Diffstat (limited to 'templates')
l---------[m---------]templates/CarnetElectron1
-rw-r--r--[-rwxr-xr-x]templates/index.php0
-rwxr-xr-xtemplates/settings.php2
3 files changed, 2 insertions, 1 deletions
diff --git a/templates/CarnetElectron b/templates/CarnetElectron
-Subproject 78007590a7fca55fd381f91af94f52a4dc619a5
diff --git a/templates/index.php b/templates/index.php
index c3ae8cc..c3ae8cc 100755..100644
--- a/templates/index.php
+++ b/templates/index.php
diff --git a/templates/settings.php b/templates/settings.php
index 1d4396e..c7d2a73 100755
--- a/templates/settings.php
+++ b/templates/settings.php
@@ -1,7 +1,7 @@
<?php
global $fullscreen;
global $appVersion;
-$fullscreen = $_['carnet_display_fullscreen'];
+$fullscreen = True;
$currentpath = __DIR__."/CarnetElectron/";
$appVersion = $_['app_version'];