mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-07 05:37:03 +02:00
Frontend Improvements
This commit is contained in:
@@ -30,11 +30,6 @@
|
|||||||
<?php Action::run('admin_header'); ?>
|
<?php Action::run('admin_header'); ?>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
Messenger.options = {
|
|
||||||
extraClasses: 'messenger-fixed messenger-on-bottom messenger-on-right',
|
|
||||||
theme: 'flat'
|
|
||||||
}
|
|
||||||
|
|
||||||
$(document).ready(function(){
|
$(document).ready(function(){
|
||||||
$('.chocolat').Chocolat({
|
$('.chocolat').Chocolat({
|
||||||
overlayColor : '#f2f2f2',
|
overlayColor : '#f2f2f2',
|
||||||
@@ -44,6 +39,12 @@
|
|||||||
loadingImg : "<?php echo Option::get('siteurl'); ?>public/assets/img/chocolat/loading.gif",
|
loadingImg : "<?php echo Option::get('siteurl'); ?>public/assets/img/chocolat/loading.gif",
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
/* Messanger */
|
||||||
|
Messenger.options = {
|
||||||
|
extraClasses: 'messenger-fixed messenger-on-bottom messenger-on-right',
|
||||||
|
theme: 'flat'
|
||||||
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||||||
|
Reference in New Issue
Block a user