forked from ZwiiCMS-Team/ZwiiCMS
Id pour chaque bloc
This commit is contained in:
parent
0e73bf3cfe
commit
5cdb96d25f
@ -146,9 +146,9 @@
|
||||
?>
|
||||
<section>
|
||||
<div class="row">
|
||||
<?php if ($blockleft !== "") :?> <div class="<?php echo $blockleft; ?>"><?php echo $this->getData(['theme','block','contentLeft']);?></div> <?php endif; ?>
|
||||
<div class="<?php echo $content; ?>"><?php $layout->showContent(); ?></div>
|
||||
<?php if ($blockright !== "") :?> <div class="<?php echo $blockright; ?>"><?php echo $this->getData(['theme','block','contentRight']);?></div> <?php endif; ?>
|
||||
<?php if ($blockleft !== "") :?> <div class="<?php echo $blockleft; ?>" id="contentleft"><?php echo $this->getData(['theme','block','contentLeft']);?></div> <?php endif; ?>
|
||||
<div class="<?php echo $content; ?>" id="contentsite"><?php $layout->showContent(); ?></div>
|
||||
<?php if ($blockright !== "") :?> <div class="<?php echo $blockright; ?>" id="contentright"><?php echo $this->getData(['theme','block','contentRight']);?></div> <?php endif; ?>
|
||||
</div>
|
||||
</section>
|
||||
<?php } ?>
|
||||
|
@ -15,6 +15,14 @@ body {
|
||||
#site {
|
||||
}
|
||||
|
||||
/* Blocs dans le site */
|
||||
#contentleft {
|
||||
}
|
||||
#contentright {
|
||||
}
|
||||
#contentsite {
|
||||
}
|
||||
|
||||
/* Bannière */
|
||||
header {
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user