diff options
Diffstat (limited to 'app/view/templates/editleftbar.php')
-rw-r--r-- | app/view/templates/editleftbar.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/view/templates/editleftbar.php b/app/view/templates/editleftbar.php index a7a8be6..cf30624 100644 --- a/app/view/templates/editleftbar.php +++ b/app/view/templates/editleftbar.php @@ -62,6 +62,12 @@ ?> </select> + <?php if(!empty($page->thumbnail())) { ?> + <div id="showthumbnail"> + <img src="<?= Wcms\Model::thumbnailpath() . $page->thumbnail() ?>"> + </div> + <?php } ?> + |