diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2018-12-04 13:55:04 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2018-12-04 13:55:04 +0100 |
commit | 13acdbd444b0ae26e83ab8cf62d60a7f59268545 (patch) | |
tree | 9186bda4bffa9751c5e93da2d09d762f40cc0adc /app/view/templates/font.php | |
parent | d0ef17169701f90a9dab5f50e3eb61954653cae2 (diff) | |
download | wcms-13acdbd444b0ae26e83ab8cf62d60a7f59268545.tar.gz wcms-13acdbd444b0ae26e83ab8cf62d60a7f59268545.zip |
admin panel
Diffstat (limited to 'app/view/templates/font.php')
-rw-r--r-- | app/view/templates/font.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app/view/templates/font.php b/app/view/templates/font.php index e294031..1bd64a2 100644 --- a/app/view/templates/font.php +++ b/app/view/templates/font.php @@ -1,9 +1,13 @@ -<?php $this->layout('layout', ['title' => 'font', 'css' => $css . 'font.css']) ?> +<?php $this->layout('layout', ['title' => 'font', 'css' => $css . 'home.css']) ?> <?php $this->start('page') ?> <body> + + <?php $this->insert('backtopbar', ['user' => $user]) ?> + + <section class="font"> |