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

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

import initial

File size: 1.1 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_bloc("artistes_au_hasard"); ?>
24            <div id="menu_accueil">
25              <center><img src="<?= $env->out_file("images/menu_accueil.png") ?>" /></center>
26            </div>
27          </div>
28
29          <div class="clear"><!-- --></div>
30
31          <div id="accueil_footer">
32<?php $env->aff_emplacement("accueil_footer") ?>
33          </div>
34
35        </div>
36      </div>
37
38      <div id="footer">
39        <div class="content">
40<?php require $env->out_file("views/footer.php"); ?>
41        </div>
42      </div>
43
44    </div>
45
46  </body>
47</html>
Note: See TracBrowser for help on using the repository browser.