From d0ef17169701f90a9dab5f50e3eb61954653cae2 Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Thu, 29 Nov 2018 01:53:17 +0100 Subject: font upload --- app/view/templates/edittopbar.php | 2 +- app/view/templates/font.php | 47 +++++++++++++++++++++++++++++++++++++++ app/view/templates/navart.php | 2 +- 3 files changed, 49 insertions(+), 2 deletions(-) create mode 100644 app/view/templates/font.php (limited to 'app/view') diff --git a/app/view/templates/edittopbar.php b/app/view/templates/edittopbar.php index 5090081..6d90932 100644 --- a/app/view/templates/edittopbar.php +++ b/app/view/templates/edittopbar.php @@ -3,7 +3,7 @@
- + diff --git a/app/view/templates/font.php b/app/view/templates/font.php new file mode 100644 index 0000000..e294031 --- /dev/null +++ b/app/view/templates/font.php @@ -0,0 +1,47 @@ +layout('layout', ['title' => 'font', 'css' => $css . 'font.css']) ?> + + +start('page') ?> + + +
+ + +⚡ Render +👓 View font CSS file + + + + + + + + + + + + + + + + + + + + + + + + +
fonttypesize
+ +
+ + +stop('page') ?> \ No newline at end of file diff --git a/app/view/templates/navart.php b/app/view/templates/navart.php index 45e9cda..8e7c40b 100644 --- a/app/view/templates/navart.php +++ b/app/view/templates/navart.php @@ -63,7 +63,7 @@ User lvl : level() ?>
  • - home + home
  • -- cgit v1.2.3