website/modules/snippet/snippets/docs/API/PHP/VV/include/example-1-1.php

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>