mirror of
https://codeberg.org/vegvisir/website.git
synced 2025-09-14 17:03:42 +02:00
4 lines
No EOL
112 B
PHP
4 lines
No EOL
112 B
PHP
// File: /var/www/my-website/public/some-page.php
|
|
|
|
<p>Inner content</p>
|
|
<?= VV::shell("shells/outer-content") ?>
|