mirror of
https://codeberg.org/vegvisir/install.git
synced 2026-04-12 20:09:37 +02:00
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:
parent
a142debfa9
commit
0619c70b90
1 changed files with 2 additions and 2 deletions
|
|
@ -120,11 +120,11 @@ generate_example_website() {
|
|||
" <title>Welcome to Vegvisir</title>"
|
||||
"</head>"
|
||||
"<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::init() ?>"
|
||||
" <?php // Replace this comment with elements you wish to keep loaded between pages, below the main content ?>"
|
||||
"</body>"
|
||||
"</html>"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue