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; }