layout('readerlayout') ?> start('head'); ?> ' : '' ?> stop(); ?> start('page') ?>
' . Config::alerttitle() . '' : '' ?>

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

' . Config::existnot() . '

'; } if(Config::existnotpass() && !$canedit) { echo $form; } } else { switch ($page->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() ?>