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