commit a5baeebd841a7aad9cebba04363696c92b156ea6
parent 3d8f28663b0abdb8b9e3c90f4b2d4bd31dcb2921
Author: markseu <mark2011@mayberg.se>
Date: Sat, 1 Jul 2017 13:35:20 +0200
Plugins update (summer rain remix)
Diffstat:
2 files changed, 14 insertions(+), 5 deletions(-)
diff --git a/system/config/config.ini b/system/config/config.ini
@@ -39,6 +39,7 @@ TextFile: language-(.*).txt
ErrorFile: page-error-(.*).txt
RobotsFile: robots.txt
FaviconFile: favicon.ico
+ServerUrl:
Template: default
Navigation: navigation
Sidebar: sidebar
@@ -49,11 +50,6 @@ ParserSafeMode: 0
MultiLanguageMode: 0
InstallationMode: 1
StartupUpdate: none
-UpdatePluginsUrl: https://github.com/datenstrom/yellow-plugins
-UpdateThemesUrl: https://github.com/datenstrom/yellow-themes
-UpdateInformationFile: update.ini
-UpdateVersionFile: version.ini
-UpdateResourceFile: resource.ini
EditLocation: /edit/
EditNewFile: page-new-(.*).txt
EditUserFile: user.ini
@@ -62,4 +58,16 @@ EditUserHashAlgorithm: bcrypt
EditUserHashCost: 10
EditUserStatus: active
EditUserHome: /
+EditLoginEmail:
+EditLoginPassword:
EditLoginRestrictions: 0
+ImageThumbnailLocation: /media/thumbnails/
+ImageThumbnailDir: media/thumbnails/
+ImageThumbnailJpgQuality: 80
+ImageAlt: Image
+UpdatePluginsUrl: https://github.com/datenstrom/yellow-plugins
+UpdateThemesUrl: https://github.com/datenstrom/yellow-themes
+UpdateInformationFile: update.ini
+UpdateVersionFile: version.ini
+UpdateResourceFile: resource.ini
+
diff --git a/system/themes/snippets/header.php b/system/themes/snippets/header.php
@@ -4,6 +4,7 @@
<meta name="description" content="<?php echo $yellow->page->getHtml("description") ?>" />
<meta name="keywords" content="<?php echo $yellow->page->getHtml("keywords") ?>" />
<meta name="author" content="<?php echo $yellow->page->getHtml("author") ?>" />
+<meta name="generator" content="Datenstrom Yellow" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title><?php echo $yellow->page->getHtml("titleHeader") ?></title>
<?php echo $yellow->page->getExtra("header") ?>