Gentics Portal.Node PHP API
 All Classes Namespaces Functions Variables Pages
main.php
1 <?php $this->beginContent(Rights::module()->appLayout); ?>
2 
3 <div id="rights" class="container">
4 
5  <div id="content">
6 
7  <?php if( $this->id!=='install' ): ?>
8 
9  <div id="menu">
10 
11  <?php $this->renderPartial('/_menu'); ?>
12 
13  </div>
14 
15  <?php endif; ?>
16 
17  <?php $this->renderPartial('/_flash'); ?>
18 
19  <?php echo $content; ?>
20 
21  </div><!-- content -->
22 
23 </div>
24 
25 <?php $this->endContent(); ?>