mirror of
https://codeberg.org/vegvisir/install.git
synced 2026-02-26 10:42:01 +01:00
fix: add support for Vegvisir 3.5.0 (#11)
Vegvisir 3.5.0 introduced a new static method for echoing the page shell element Reviewed-on: https://codeberg.org/vegvisir/install/pulls/11
This commit is contained in:
parent
3af40f71be
commit
9c4da9fc0a
1 changed files with 4 additions and 4 deletions
|
|
@ -122,7 +122,7 @@ generate_example_website() {
|
||||||
"<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 ?>"
|
||||||
" "
|
" "
|
||||||
" <vv-shell></vv-shell>"
|
" <?= VV::shell() ?>"
|
||||||
" "
|
" "
|
||||||
" <?= VV::init() ?>"
|
" <?= VV::init() ?>"
|
||||||
"</body>"
|
"</body>"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue