aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/class/art2.php2
-rw-r--r--app/view/templates/admin.php4
-rw-r--r--assets/css/home.css4
3 files changed, 8 insertions, 2 deletions
diff --git a/app/class/art2.php b/app/class/art2.php
index b4c0ff3..cb4949d 100644
--- a/app/class/art2.php
+++ b/app/class/art2.php
@@ -96,7 +96,7 @@ class Art2
$this->setexternalscript([]);
$this->setrenderhead('');
$this->setrenderbody('');
- $this->setsecure(3);
+ $this->setsecure(Config::defaultprivacy());
$this->setinterface('main');
$this->setlinkfrom([]);
$this->setlinkto([]);
diff --git a/app/view/templates/admin.php b/app/view/templates/admin.php
index 4f5540c..9ac1300 100644
--- a/app/view/templates/admin.php
+++ b/app/view/templates/admin.php
@@ -71,7 +71,7 @@
<label for="internallinkblank">Open internal links in new tab</label>
</div>
-
+ <i>(This modifications need re-rendering)</i>
<h3>Edit quick menu</h3>
@@ -120,6 +120,8 @@
<label for="analytics">Google analytics Tracking ID</label>
<input type="text" name="analytics" id="analytics" value="<?= Config::analytics() ?>">
+ <i>(Need rendering to work)</i>
+
<input type="submit" value="Update configuration">
diff --git a/assets/css/home.css b/assets/css/home.css
index 41e00d9..4b6bbf0 100644
--- a/assets/css/home.css
+++ b/assets/css/home.css
@@ -268,5 +268,9 @@ main.user table form {
left: 0;
}
+ main.home div#options {
+ display: none;
+ }
+
}