layout('readerlayout') ?> start('head'); ?> ' : '' ?> stop(); ?> start('page') ?>
insert('navart', ['user' => $user, 'art' => $art, 'artexist' => $artexist, 'canedit' => $canedit]); } ?> ' . Config::alerttitle() . '' : '' ?>

'; if(!$artexist) { if(!empty(Config::existnot())) { echo '

' . Config::existnot() . '

'; } if(Config::existnotpass() && !$canedit) { echo $form; } } else { switch ($art->secure()) { case 1: if(!empty(Config::private())) { echo '

' . Config::private() . '

'; } if(Config::privatepass()) { echo $form; } break; case 2: if(!empty(Config::notpublished())) { echo '

' . Config::notpublished() . '

'; } if(Config::notpublishedpass()) { echo $form; } break; } } if ($canedit) { ?>

⭐ Create

stop() ?>