.fr{color:#eee;}
.link .clink{text-align:center;padding-top:100px;}
.ref{color:#333;}
-a.getflash{display:block;width:704px;height:409px;}
\ No newline at end of file
+a.getflash{display:block;width:704px;height:409px;margin: 0 auto;}
\ No newline at end of file
if ($this->book->parametres->facebook_description != '') {
$facebook .= '<meta property="og:description" content="' . self::escape($this->book->parametres->facebook_description) . '" />';
}
- $facebook .= '<meta property="og:image" content="http://workshop.fluidbook.com/services/facebook_thumbnail?id=' . $this->book->book_id . '" />';
+ $facebook .= '<meta property="og:image" content="http://workshop.fluidbook.com/services/facebook_thumbnail?id=' . $this->book->book_id . '&time=' . time() . '" />';
}
$favicon = '';