mirror of https://github.com/dani/vroom.git
parent
b5957f627b
commit
79814f9ce5
4 changed files with 11 additions and 8 deletions
@ -0,0 +1,4 @@ |
|||||||
|
% stash msg => $self->l('SERVER_ERROR'); |
||||||
|
% stash err => 'server_error'; |
||||||
|
% stash room => ''; |
||||||
|
%=include 'error' |
@ -1,4 +1,4 @@ |
|||||||
%= stash msg => $self->l('PAGE_NOT_FOUND') |
% stash msg => $self->l('PAGE_NOT_FOUND'); |
||||||
%= stash err => 'not_found' |
% stash err => 'not_found'; |
||||||
%= stash room => '' |
% stash room => ''; |
||||||
%=include 'error' |
%=include 'error' |
||||||
|
Loading…
Reference in new issue