aboutsummaryrefslogtreecommitdiff
path: root/app/view
diff options
context:
space:
mode:
Diffstat (limited to 'app/view')
-rw-r--r--app/view/templates/edit.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/view/templates/edit.php b/app/view/templates/edit.php
index 2de0c9b..5507583 100644
--- a/app/view/templates/edit.php
+++ b/app/view/templates/edit.php
@@ -29,6 +29,7 @@
<script>
const pageid = '<?= $page->id() ?>';
+ let pagetitle = '<?= $page->title() ?>';
</script>
<script src="<?= Wcms\Model::jspath() ?>edit.bundle.js"></script>
</body>