Skip to content

Commit

Permalink
fix: add missing layout file for blank profile
Browse files Browse the repository at this point in the history
  • Loading branch information
BernhardBaumrock committed Oct 12, 2023
1 parent 7ea0748 commit 677154d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions profiles/blank/files/site/templates/layouts/default.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php

namespace ProcessWire;

echo $rockfrontend->render("sections/header");
echo $rockfrontend->render("sections/main");
echo $rockfrontend->render("sections/footer");

0 comments on commit 677154d

Please sign in to comment.