diff --git a/system/config/config.ini b/system/config/config.ini index f2f5aad..7415c41 100644 --- 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 index f07deb7..44b3b6e 100644 --- a/system/themes/snippets/header.php +++ b/system/themes/snippets/header.php @@ -4,6 +4,7 @@ " /> " /> " /> + <?php echo $yellow->page->getHtml("titleHeader") ?> page->getExtra("header") ?>