forked from La_Bureautique/zeg1jeux
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
490 B
PHP
30 lines
490 B
PHP
<?php
|
|
|
|
require_once('config.php');
|
|
require_once('lib/Gchange.class.php');
|
|
|
|
$gchange = new Gchange();
|
|
|
|
$javascripts['header'][] = 'lib/js/farfetched.js';
|
|
|
|
$bodyIds = 'farfetched';
|
|
include_once('header.php');
|
|
|
|
?>
|
|
|
|
<section id="shippable">
|
|
|
|
<h2>Envoi possible</h2>
|
|
<ul id="shippable-offers" class="offers-list">
|
|
</ul>
|
|
</section>
|
|
|
|
<section id="immaterial">
|
|
<h2>Offres immatérielles</h2>
|
|
<ul id="immaterial-offers" class="offers-list">
|
|
</ul>
|
|
</section>
|
|
|
|
<?php
|
|
|
|
include_once('footer.php');
|