[SITE CONFIG] exclude more pages form sitemap + moved some css from head to end
This commit is contained in:
parent
eed3847c98
commit
edf3ce49c8
3 changed files with 9 additions and 15 deletions
|
@ -39,7 +39,13 @@ echo js('assets/vendors/bootstrap/js/dist/carousel.js');
|
|||
}
|
||||
?>
|
||||
|
||||
<?php if (c::get('plg_masonry.enable') && $plg_masonry==true) : ?>
|
||||
<?php if (c::get('plg_masonry.enable') && $plg_masonry==true) : $width = c::get('plg_masonry.width');?>
|
||||
<style>
|
||||
#masonry {margin: 0 auto;}
|
||||
.masonryitem { width: <?php echo $width ?>px; margin-bottom: 10px;}
|
||||
.masonryitem.w2 { width: 40%; }
|
||||
</style>
|
||||
|
||||
<?php echo js('assets/vendors/masonry/dist/masonry.pkgd.min.js');?>
|
||||
|
||||
<script type="text/javascript">
|
||||
|
@ -52,6 +58,7 @@ echo js('assets/vendors/bootstrap/js/dist/carousel.js');
|
|||
</script>
|
||||
|
||||
<?php echo js('assets/vendors/swipebox/src/js/jquery.swipebox.min.js');?>
|
||||
<?php echo css('assets/vendors/swipebox/src/css/swipebox.css') ?>
|
||||
|
||||
<script type="text/javascript">
|
||||
$(document).ready(function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue