Cotonti resposive admin theme.
$cfg['admintheme'] = 'muffin';
Perfectly work at Cotonti 0.9.19 + php 7.2
I'll try to update theme and fix bugs at possible as I can. If you find a bug or have a question, please open an issue (English and Russian) or ask me on this topick
Theme distributed under the BSD license.
Special thnx for permission to take as a basis yukon admin theme - Dmitri Kort Beliavski.
Thanks to Roffun for motivation and guidance.
Bedankt: 1 tijd
Looks good. How lightweight is it?
Bedankt: 1 tijd
FYI
This is required for the theme to work and especially to get Bootstrap 4.0 components to work.
Edit header.tpl and add:
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
or download it locally and point it to the folder like:
<script src="{PHP.cfg.themes_dir}/admin/{PHP.cfg.admintheme}/js/jquery-3.3.1.slim.min.js"></script>
Bedankt: 1 tijd
Also @import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700"); is imported 3 times in css/style.css
and also 1 time in css/colors/blue.css.
1 times is enough. :)