diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2019-01-02 19:50:28 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2019-01-02 19:50:28 +0100 |
commit | afeeafc2a691b661ba2c92250f883fda6bd33392 (patch) | |
tree | 6f596f3cf31c1f62e0463ceff4e17e3541762da5 /app/view/templates/edit.php | |
parent | d5a2af69c6d62475c26dc7e9812f9a977e9dfa12 (diff) | |
download | wcms-afeeafc2a691b661ba2c92250f883fda6bd33392.tar.gz wcms-afeeafc2a691b661ba2c92250f883fda6bd33392.zip |
render path check
Diffstat (limited to 'app/view/templates/edit.php')
-rw-r--r-- | app/view/templates/edit.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/app/view/templates/edit.php b/app/view/templates/edit.php index 415fcce..c220678 100644 --- a/app/view/templates/edit.php +++ b/app/view/templates/edit.php @@ -10,10 +10,6 @@ <body> <main class="editor"> - <!-- <?php $this->insert('navart', ['user' => $user, 'art' => $art, 'artexist' => $artexist]) ?> --> - - - <?php $this->insert('edittopbar', ['art' => $art, 'user' => $user]) ?> <div id="workspace"> |