Site title in login form

This commit is contained in:
Denis Zaikin 2018-11-27 12:38:03 +03:00 committed by GitHub
parent 6490bb0dc1
commit 9b9c060463
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
<?php defined('BLUDIT') or die('Bludit CMS.');
echo '<h1 class="text-center mb-5 mt-5 font-weight-normal" style="color: #555;">BLUDIT</h1>';
echo '<h1 class="text-center mb-5 mt-5 font-weight-normal" style="color: #555;">'.$site->title().'</h1>';
echo Bootstrap::formOpen(array());
@ -34,4 +34,4 @@ echo Bootstrap::formOpen(array());
echo '</form>';
?>
?>