diff options
Diffstat (limited to 'app/class/Controllerfont.php')
-rw-r--r-- | app/class/Controllerfont.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/class/Controllerfont.php b/app/class/Controllerfont.php index 3717359..56ca3ae 100644 --- a/app/class/Controllerfont.php +++ b/app/class/Controllerfont.php @@ -8,7 +8,7 @@ class Controllerfont extends Controller * @var Modelfont */ protected $fontmanager; - + public function __construct($router) { parent::__construct($router); @@ -21,7 +21,7 @@ class Controllerfont extends Controller dircheck(Model::FONT_DIR); $fontlist = $this->fontmanager->getfontlist(); - + $this->showtemplate( 'font', [ @@ -34,7 +34,7 @@ class Controllerfont extends Controller $this->routedirect('home'); } } - + public function render() { $this->fontmanager->renderfontface(); |