Added PHP Censor logo and version to console and web interfaces.
This commit is contained in:
parent
eb1aa43ae3
commit
beb8c818c3
3 changed files with 56 additions and 17 deletions
|
|
@ -119,6 +119,7 @@ class Application extends b8\Application
|
|||
$controller->layout = new View('layout');
|
||||
$controller->layout->title = 'PHP Censor';
|
||||
$controller->layout->breadcrumb = [];
|
||||
$controller->layout->version = trim(file_get_contents(ROOT_DIR . 'VERSION.md'));
|
||||
|
||||
return $controller;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue