~lucasaba/webhs/devel

« back to all changes in this revision

Viewing changes to apps/gestione/templates/layout.php

  • Committer: Luca Saba
  • Date: 2009-08-21 16:31:17 UTC
  • Revision ID: lucasaba@gmail.com-20090821163117-mufsv4vf0vkww2io
Modificato il layout. Corretto problema su ovewrflow nascosto del css per il calendario

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
  </head>
10
10
 
11
11
  <body>
12
 
    <?php if($sf_user->isAuthenticated()) include_component('menuprincipale', 'index'); ?>
13
 
    <?php echo $sf_content ?>
 
12
    <div id="header"></div>
 
13
    <div id="mainwrapper">
 
14
      <div id="mainmenu">
 
15
        <?php if($sf_user->isAuthenticated()) include_component('menuprincipale', 'index'); ?>
 
16
      </div>
 
17
      <div id="content">
 
18
        <?php echo $sf_content ?>
 
19
      </div>
 
20
    </div>
 
21
    <div id="footer"></div>
14
22
  </body>
15
23
</html>