website/modules/snippet/snippets/docs/API/PHP/VV/include/example-1-1.php
vlw e5a0a8169c Initial code commit (#1)
First (rushed 😦) release of the Vegvisir website.

Reviewed-on: https://codeberg.org/vegvisir/website/pulls/1
Co-authored-by: vlw <victor@vlw.se>
Co-committed-by: vlw <victor@vlw.se>
2024-08-30 10:01:58 +00:00

6 lines
No EOL
131 B
PHP

// File: /var/www/my-website/public/index.php
<header>
<p>Some header content</p>
<?= VV::include("modules/banner") ?>
</header>