fix: add support for Vegvisir 3.7.0 (#12)

Reviewed-on: https://codeberg.org/vegvisir/install/pulls/12
Co-authored-by: vlw <victor@vlw.se>
Co-committed-by: vlw <victor@vlw.se>
This commit is contained in:
Victor Westerlund 2026-03-28 13:12:20 +01:00 committed by Victor Westerlund
parent a142debfa9
commit 0619c70b90

View file

@ -120,11 +120,11 @@ generate_example_website() {
" <title>Welcome to Vegvisir</title>" " <title>Welcome to Vegvisir</title>"
"</head>" "</head>"
"<body>" "<body>"
" <?php // Replace this comment with elements you wish to keep loaded between pages ?>" " <?php // Replace this comment with elements you wish to keep loaded between pages, above the main content ?>"
" " " "
" <?= VV::shell() ?>" " <?= VV::shell() ?>"
" " " "
" <?= VV::init() ?>" " <?php // Replace this comment with elements you wish to keep loaded between pages, below the main content ?>"
"</body>" "</body>"
"</html>" "</html>"
) )