Initial change of theme.
Only themed pages currently are login and reset password pages.
This commit is contained in:
parent
16a3514abf
commit
457ed28b0b
119 changed files with 758 additions and 1703 deletions
|
@ -1,17 +1,19 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'next' => 'Next »',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Pagination Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are used by the paginator library to build
|
||||
| the simple pagination links. You are free to change them to anything
|
||||
| you want to customize your views to better match your application.
|
||||
|
|
||||
*/
|
||||
|
||||
'previous' => '« Previous',
|
||||
'sidebar' => [
|
||||
'account_controls' => 'Account Controls',
|
||||
'account_security' => 'Account Security',
|
||||
'account_settings' => 'Account Settings',
|
||||
'files' => 'File Manager',
|
||||
'manage' => 'Manage Server',
|
||||
'overview' => 'Server Overview',
|
||||
'servers' => 'Your Servers',
|
||||
'server_controls' => 'Server Controls',
|
||||
'subusers' => 'Manage Sub-Users',
|
||||
],
|
||||
'next' => 'Next »',
|
||||
|
||||
];
|
||||
|
|
Reference in a new issue