From dd46e9776872d8355e3b70180e7247f0f5d33dc4 Mon Sep 17 00:00:00 2001 From: flashwave Date: Sun, 29 Mar 2015 21:04:55 +0200 Subject: [PATCH] ok --- _sakura/sakura.php | 4 ++++ _sakura/templates/yuuno/global/header.tpl | 8 +++++--- content/css/yuuno/yuuno.css | 2 ++ 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/_sakura/sakura.php b/_sakura/sakura.php index 1d9d6e5..e7662e3 100644 --- a/_sakura/sakura.php +++ b/_sakura/sakura.php @@ -53,6 +53,10 @@ $renderData = array( 'charset' => Configuration::getConfig('charset'), 'currentpage' => $_SERVER['PHP_SELF'] ], + 'php' => [ + 'sessionid' => \session_id(), + 'time' => \time() + ], 'user' => [ 'loggedin' => Users::loggedIn() ] diff --git a/_sakura/templates/yuuno/global/header.tpl b/_sakura/templates/yuuno/global/header.tpl index 139bbe8..5c613fb 100644 --- a/_sakura/templates/yuuno/global/header.tpl +++ b/_sakura/templates/yuuno/global/header.tpl @@ -66,11 +66,13 @@ {% endif %} diff --git a/content/css/yuuno/yuuno.css b/content/css/yuuno/yuuno.css index 5d10b41..6f7b7a0 100644 --- a/content/css/yuuno/yuuno.css +++ b/content/css/yuuno/yuuno.css @@ -1213,4 +1213,6 @@ textarea.inputStyling { /* Header login thing */ #headerLoginForm { background: #9475B2; + box-shadow: 0 0 5px #8364A1; + text-align: center; }