コード例 #1
0
ファイル: index.tpl.php プロジェクト: xd3x4L-1/page
?>
							
							<?php 
if (isset($Origo->user->profile['hasRoleAdmin'])) {
    ?>

								<?php 
    echo get_debug();
    ?>

							<?php 
}
?>
							
							<?php 
if (region_has_content('sidebar')) {
    ?>
				
								<div id='sidebar'><?php 
    echo render_views('sidebar');
    ?>
</div>
				
							<?php 
}
?>
							
						</div>
						
					</div>
					
コード例 #2
0
ファイル: index.tpl.php プロジェクト: rud0lph/HAL
			<?php 
    echo render_views('triptych-last');
    ?>
      </div>
    </div>
    <?php 
}
?>
        

      <hr>

     <footer>
<!-- Region 10, 11, 12 "footer-column-", - kollar om de har ett innehåll, om ja visa om nej, visa inte -->
	  <?php 
if (region_has_content('footer-column-one', 'footer-column-two', 'footer-column-three', 'footer-column-four')) {
    ?>
        <div class="row">
            <div class="span3">
                <?php 
    echo render_views('footer-column-one');
    ?>
            </div>
            <div class="span3">
                <?php 
    echo render_views('footer-column-two');
    ?>
            </div>
            <div class="span3">
                <?php 
    echo render_views('footer-column-three');