mirror of
https://codeberg.org/vegvisir/install.git
synced 2026-04-13 04:09:38 +02:00
fix: add support for Vegvisir 3.7.0
This commit is contained in:
parent
a142debfa9
commit
ca5fdb51e4
1 changed files with 2 additions and 2 deletions
|
|
@ -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>"
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue