layout('readerlayout') ?> start('head'); if ($artexist) { if ($canread) { echo $head; } else { $this->insert('arthead', ['title' => $art->title(), 'description' => $art->description()]); } } else { $this->insert('arthead', ['title' => $art->id(), 'description' => $alertnotexist]); } $this->stop(); ?> start('page') ?> insert('navart', ['user' => $user, 'art' => $art, 'artexist' => $artexist]); } ?> '.$alertprivate.''; } } else { echo '

' . $alertnotexist . '

'; if ($user->iseditor()) { ?> ⭐ Create stop() ?>