getName() . '.php';
if(file_exists($viewFile))
{
// id (timestamp)
if(!empty($node->getAttributes()))
{
extract($node->getAttributes());
}
// html
$title = $node->getArticle()->getTitle();
$html = $node->getArticle()->getContent();
$id = $node->getArticleTimestamp();
// partage
$share_link = new URL(['page' => CURRENT_PAGE], $id);
$share_js = 'onclick="copyInClipBoard(\'' . $share_link . '\')"';
$share_button = '' . "\n";
// modifier un article
$admin_buttons = '';
if($_SESSION['admin'])
{
$modify_js = 'onclick="openEditor(\'' . $id . '\')"';
$modify_article = '