source: branches/rsr.v5.1.dev/web/app/out/dist/layouts/accueil.bak.php @ 1

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

import initial

File size: 1.3 KB
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html xmlns="http://www.w3.org/1999/xhtml">
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          <div id="left">
19<?php $env->aff_emplacement("accueil_gauche") ?>
20          </div>
21
22          <div id="right">
23<?php $env->aff_emplacement("accueil_droite") ?>
24            <div id="bottom">
25              <div id="bottom_left">
26<?php $env->aff_emplacement("accueil_petite_gauche") ?>
27              </div>
28              <div id="bottom_right">
29<?php $env->aff_emplacement("accueil_petite_droite") ?>
30              </div>
31              <div class="clear"><!-- --></div>
32            </div>
33          </div>
34
35          <div class="clear"><!-- --></div>
36
37          <div id="accueil_footer">
38<?php $env->aff_emplacement("accueil_footer") ?>
39          </div>
40
41        </div>
42      </div>
43
44      <div id="footer">
45        <div class="content">
46<?php require $env->out_file("views/footer.php"); ?>
47        </div>
48      </div>
49
50    </div>
51
52  </body>
53</html>
Note: See TracBrowser for help on using the repository browser.