diff --git a/web/src/_templates/app/footer.php b/web/src/_templates/app/footer.php new file mode 100644 index 0000000..308b1d0 --- /dev/null +++ b/web/src/_templates/app/footer.php @@ -0,0 +1,2 @@ + + diff --git a/web/src/_templates/app/header.php b/web/src/_templates/app/header.php new file mode 100644 index 0000000..53165da --- /dev/null +++ b/web/src/_templates/app/header.php @@ -0,0 +1,15 @@ + + + <?php echo $title ?? '' ?> + + + + + + diff --git a/web/src/_templates/pub/header.php b/web/src/_templates/pub/header.php index 6af2ea5..53165da 100644 --- a/web/src/_templates/pub/header.php +++ b/web/src/_templates/pub/header.php @@ -1,6 +1,6 @@ - <?php echo $title ?> + <?php echo $title ?? '' ?>