getData(['module', $this->getUrl(0), $this->getUrl(1), 'publishedOn'])); ?>
à getData(['module', $this->getUrl(0), $this->getUrl(1), 'publishedOn'])); ?>
getUser('group') >= self::GROUP_ADMIN
AND $this->getUser('password') === $this->getInput('ZWII_USER_PASSWORD')
): ?>
helper::baseUrl() . $this->getUrl(0) . '/edit/' . $this->getUrl(1) . '/' . $_SESSION['csrf'],
'value' => 'Editer'
]); ?>
getData(['module', $this->getUrl(0), $this->getUrl(1), 'pictureSize']) === null ? '100' : $this->getData(['module', $this->getUrl(0), $this->getUrl(1), 'pictureSize']); ?>
getData(['module', $this->getUrl(0), $this->getUrl(1), 'hidePicture']) == false) {
echo '';
} ?>
getData(['module', $this->getUrl(0), $this->getUrl(1), 'content']); ?>
getData(['user', $this->getData(['module', $this->getUrl(0), $this->getUrl(1), 'userId']), 'firstname']); ?>
getData(['user', $this->getData(['module', $this->getUrl(0), $this->getUrl(1), 'userId']), 'lastname']); ?>
getData(['module', $this->getUrl(0), $this->getUrl(1), 'closeComment'])): ?>
Cet article ne reçoit pas de commentaire.
'Rédiger un commentaire...',
'readonly' => true
]); ?>
getUser('password') === $this->getInput('ZWII_USER_PASSWORD')): ?>
'Nom',
'readonly' => true,
'value' => $this->getUser('firstname') . ' ' . $this->getUser('lastname')
]); ?>
$this->getUser('id')
]); ?>
'Nom'
]); ?>
helper::baseUrl() . 'user/login/' . str_replace('/', '_', $this->getUrl()) . '__comment',
'value' => 'Connexion'
]); ?>
'Commentaire',
'maxlength' => '500'
]); ?>
getUser('password') !== $this->getInput('ZWII_USER_PASSWORD')): ?>
'buttonGrey',
'value' => 'Annuler'
]); ?>
'Envoyer',
'ico' => ''
]); ?>
$comment): ?>
getData(['user', $comment['userId'], 'firstname']) . ' ' . $this->getData(['user', $comment['userId'], 'lastname']); ?>
le