uuid(); $pagePreviewID = $page->previewID(); } catch (Exception $e) { Log::set(__METHOD__.LOG_SEP.'An error occurred while trying to get the page: '.$pageKey, LOG_TYPE_ERROR); Redirect::page('content'); } } // HTML $layout['title'] = $L->g('New content') . ' - ' . $layout['title'];