zeg1jeux/farfetched.php

23 lines
330 B
PHP

<?php
require_once('config.php');
require_once('lib/Gchange.class.php');
$gchange = new Gchange();
$javascripts['header'][] = 'lib/js/farfetched.js';
include_once('header.php');
?>
<h2>Envoi possible</h2>
<ul id="shippable">
</ul>
<h2>Offres immatérielles</h2>
<ul id="immaterial">
</ul>
<?php
include_once('footer.php');