source: trunk/web/app/out/dist/layouts/accueil.php @ 1

Last change on this file since 1 was 1, checked in by dj3c1t, 12 years ago

import initial

File size: 765 bytes
Line 
1<!DOCTYPE HTML>
2<html>
3  <head>
4<?php require $env->out_file("head/head.php"); ?>
5  </head>
6  <body>
7
8    <div id="page">
9
10      <div id="header">
11        <div class="content">
12<?php require $env->out_file("views/header.php"); ?>
13        </div>
14      </div>
15
16      <div id="main_content">
17        <div class="content">
18
19          <div id="left">
20<?php require $env->out_file("views/interne_gauche.php"); ?>
21          </div>
22
23          <div id="center">
24<div class="bloc">
25<?php $env->aff_content() ?>
26</div>
27          </div>
28
29          <div class="clear"><!-- --></div>
30
31        </div>
32      </div>
33
34      <div id="footer">
35        <div class="content">
36<?php require $env->out_file("views/footer.php"); ?>
37        </div>
38      </div>
39
40    </div>
41
42  </body>
43</html>
Note: See TracBrowser for help on using the repository browser.