mirror of
https://github.com/zamentur/libreto.git
synced 2025-11-09 07:25:16 +05:30
12 lines
445 B
PHP
12 lines
445 B
PHP
<?php include('snippets/functions.php') ?>
|
|
<?php include('snippets/init.php') ?>
|
|
<?php include('snippets/controller.php') ?>
|
|
<?php include('snippets/header.php') ?>
|
|
<div id="container">
|
|
<?php include('snippets/introduction.php') ?>
|
|
<?php include('snippets/nav.php') ?>
|
|
<article>
|
|
<iframe id="framepad" name="myframe" width=600 height=400 src="<?= $currentiframe ?>"></iframe>
|
|
</article>
|
|
</div>
|
|
<?php include('snippets/footer.php') ?>
|