forked from ZwiiCMS-Team/ZwiiCMS
annulation position image en haut de l'article d'un blog
This commit is contained in:
parent
65f438fcbd
commit
32f39b3feb
@ -5,8 +5,7 @@
|
|||||||
* Modifications :
|
* Modifications :
|
||||||
- Footer dans 3 blocs contenant dans l'ordre : Texte, Réseaux sociaux, Copyright
|
- Footer dans 3 blocs contenant dans l'ordre : Texte, Réseaux sociaux, Copyright
|
||||||
- Pagination variable du nombres d'articles par page (news, blog et form)
|
- Pagination variable du nombres d'articles par page (news, blog et form)
|
||||||
- Position d'un module Galerie dans une page (PeterRabbit)
|
- Position du module Galerie dans une page ; haut ; bas ou libre avec les doubles crochets insérés dans l'article [] (PeterRabbit)
|
||||||
- Amélioration de la position de l'images d'en-tête dans la partie Blog (PeterRabbit)
|
|
||||||
|
|
||||||
## version 8.3.13 :
|
## version 8.3.13 :
|
||||||
* Modifications :
|
* Modifications :
|
||||||
|
@ -1,11 +1,4 @@
|
|||||||
<!--
|
|
||||||
Ligne originale
|
|
||||||
<div id="blogArticlePicture" style="background-image:url('<?php echo helper::baseUrl(false) . 'site/file/source/' . $this->getData(['module', $this->getUrl(0), $this->getUrl(1), 'picture']); ?>');"></div>
|
<div id="blogArticlePicture" style="background-image:url('<?php echo helper::baseUrl(false) . 'site/file/source/' . $this->getData(['module', $this->getUrl(0), $this->getUrl(1), 'picture']); ?>');"></div>
|
||||||
-->
|
|
||||||
<div><img src="<?php echo helper::baseUrl(false) . 'site/file/source/' . $this->getData(['module', $this->getUrl(0), $this->getUrl(1), 'picture']); ?>"></div>
|
|
||||||
<!--
|
|
||||||
Fin mod
|
|
||||||
-->
|
|
||||||
<h4 class="textAlignRight">
|
<h4 class="textAlignRight">
|
||||||
<?php echo $this->getData(['user', $this->getData(['module', $this->getUrl(0), $this->getUrl(1), 'userId']), 'firstname']); ?>
|
<?php echo $this->getData(['user', $this->getData(['module', $this->getUrl(0), $this->getUrl(1), 'userId']), 'firstname']); ?>
|
||||||
<?php echo $this->getData(['user', $this->getData(['module', $this->getUrl(0), $this->getUrl(1), 'userId']), 'lastname']); ?>
|
<?php echo $this->getData(['user', $this->getData(['module', $this->getUrl(0), $this->getUrl(1), 'userId']), 'lastname']); ?>
|
||||||
|
Loading…
Reference in New Issue
Block a user