Merge and improve pull-request #666 (custom stylesheet)

This commit is contained in:
Frederic Guillot
2015-03-16 22:12:16 -04:00
parent 32fb1f65c5
commit 50f98abfd3
5 changed files with 28 additions and 3 deletions

View File

@@ -17,6 +17,10 @@
<?= $this->css($this->u('app', 'colors'), false) ?>
<?= $this->css('assets/css/app.css') ?>
<?php if ($this->config->get('application_stylesheet')): ?>
<style><?= $this->e($this->config->get('application_stylesheet')) ?></style>
<?php endif ?>
<link rel="icon" type="image/png" href="assets/img/favicon.png">
<link rel="apple-touch-icon" href="assets/img/touch-icon-iphone.png">
<link rel="apple-touch-icon" sizes="72x72" href="assets/img/touch-icon-ipad.png">