Skip to content

Instantly share code, notes, and snippets.

@katyayu
katyayu / .liquid
Last active January 15, 2018 15:36
<ul class="product_view">
<li id="view_list" data-view="list" class="active">
<i class="fa fa-th-list" aria-hidden="true"></i>
</li>
     <li id="view_grid" data-view="grid">
<i class="fa fa-th" aria-hidden="true"></i>
</li>
</ul>
<a href="<?php echo JRoute::_($result->href); ?>"<?php if ($result->browsernav == 1) : ?> target="_blank"<?php endif; ?>>
<?php echo $result->title; ?>
</a>
<a href="<?php echo JRoute::_($result->href); ?>"<?php if ($result->browsernav == 1) :?> target="_blank"<?php endif;?>>
<?php echo $this->escape($result->title);?>
</a>
<div class="product-layout col-lg-4 col-md-4 col-sm-4 col-xs-12">
<?php
// Heading
$_['heading_title'] = 'Categorías';
<?php
// Heading
$_['heading_title'] = 'Categories';
@katyayu
katyayu / .css
Created December 28, 2017 14:45
.sf-menu li > a {
font-family: 'Conv_AbrilFatface-Regular';
}
@katyayu
katyayu / .css
Created December 28, 2017 14:38
body {
   font: 300 14px/24px 'Bungee', cursive;
}
@katyayu
katyayu / .css
Created December 28, 2017 14:38
body {
   font: 300 14px/24px "Roboto Slab", sans-serif;
}
@katyayu
katyayu / .css
Created December 28, 2017 14:37
.sf-menu li > a {
font-family: 'Bungee', cursive;
}