fix: add support for Vegvisir 3.7.0

This commit is contained in:
Victor Westerlund 2026-03-28 13:11:33 +01:00
parent a142debfa9
commit ca5fdb51e4

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>"
) )