demo update
All checks were successful
Build and push / Pulling repo on server (push) Successful in 2s
All checks were successful
Build and push / Pulling repo on server (push) Successful in 2s
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
<?php include(ROOT.'/templates/partials/success.html') ?>
|
||||
<?= partial('success.html',['successTitle'=>'Dies ist ein Titel','successMessage'=>'Erfolgreich']); ?>
|
||||
|
||||
<?php include(ROOT.'/templates/partials/error.html') ?>
|
||||
<?= partial('error.html',['errorMessage'=>'Fehlernacricht ohne titel']); ?>
|
||||
|
||||
<?= partial('info.html',['infoTitle'=>'Dies ist ein Info titel','infoMessage'=>'InfoNachricht ist so']); ?>
|
||||
|
||||
<?= partial('notice.html',['noticeTitle'=>'Dies ist ein notice titel','noticeMessage'=>'noticeNachricht ist so']); ?>
|
Reference in New Issue
Block a user