New theme assigned to server console page.

This commit is contained in:
Dane Everitt 2017-01-15 18:52:22 -05:00
parent 4cc9f7447c
commit c7f3bb5112
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
8 changed files with 390 additions and 6 deletions

View file

@ -0,0 +1,9 @@
<?php
return [
'index' => [
'title' => 'Viewing Server :name',
'header' => 'Server Console',
'header_sub' => 'Control your server in real time.',
]
];