[?️ #CGR] Les animaux fantastiques 2
Avant-première du film dans votre cinéma CGR Tours centre le 13 novembre 2018 !!!. Sortie du film officielle le 14 novembre.
Profitez de votre place offerte avec votre Pass Citicks, ou bien de vos deux places à 10€ avec l’offre duo.
Bon film !!
Réservez dans l'établissement
//= $this->Html->meta('canonical', '/blog/'.$article->slug, ['block' => true]) ?>
//= $this->Html->meta('og:title', $article->title, ['block' => true, 'property' => 'og:title']) ?>
//= $this->Html->meta('og:description', substr(strip_tags($article->content), 0, 200).'...', ['block' => true, 'property' => 'og:description']); ?>
//= $this->Html->meta('og:image', $this->Url->image($article->media->url, ['fullBase' => true]), ['block' => true, 'property' => 'og:image']) ?>
//= $article->title; ?>
//= $this->Html->image($article->media->url, ['alt' => 'Image article '.$article->title, 'class' => 'full-width']);?>
//= __("Le");?>//= strftime('%d %B %Y', date_timestamp_get($article->created));?>
//= $article->content; ?>
//= $this->Element('PageBuilder.render', ['page' => $article->page])?>
//= __("Adhérents associés à cet article");?>
//= $this->element('box-member', ['member' => $member]);?>
//= $this->Html->script('parallax.min.js', ['block' => true]); ?>
// $(document).ready(function(){
// $("img.lazy").lazyload({
// threshold : 200
// });
// });