moved template partials to partials folder
All checks were successful
Build and push / Pulling repo on server (push) Successful in 19s
All checks were successful
Build and push / Pulling repo on server (push) Successful in 19s
This commit is contained in:
@ -62,12 +62,12 @@ class Admin extends Page {
|
||||
catch(Exception $e)
|
||||
{
|
||||
$this->set('message', $e->getMessage());
|
||||
$this->set('template', '/templates/error.html');
|
||||
$this->set('template', '/templates/partials/error.html');
|
||||
return;
|
||||
|
||||
}
|
||||
$this->set('message', 'Speichern erfolgreich');
|
||||
$this->set('template', '/templates/success.html');
|
||||
$this->set('template', '/templates/partials/success.html');
|
||||
}
|
||||
|
||||
function maySeeThisPage(){return true;}
|
||||
|
Reference in New Issue
Block a user