1.0.3
版本发布时间: 2016-08-13 04:42:34
maiconpinto/cakephp-adminlte-theme最新发布版本:2.0.2(2020-10-05 03:29:08)
Login
Update Layout/login.ctp and Template/Pages/login.ctp.
Add Configuration to show or hide elements.
<?php
Configure::write('Theme', [
'login' => [
'show_remember' => true,
'show_register' => true,
'show_social' => true
]
]);
Locale
If you want to translate the terms into Portuguese. Create the src/Locale/pt_BR/default.po file into your project.
Copy content of this default.po file to your new default.po file.
To enable the pt_BR
language, you must change the App.defaultLocale
key from en_US
to pt_BR
in your Config/app.php
Minor updates
- Added element footer.ctp
- Fixed the title and footer in all layout templates
- Deleted src/Template/Users/index.ctp file