Plugins update (summer rain remix)

This commit is contained in:
markseu 2017-07-01 13:35:20 +02:00
parent 3d8f28663b
commit a5baeebd84
2 changed files with 14 additions and 5 deletions

View file

@ -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

View file

@ -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") ?>