Exemple #1
0
<aside class="sidebar-left hidden-phone row ">
    <div class="sidebar-box">
        <h4><i class="fa fa-tags"></i> Categorias</h4>
        <ul class="icon-list blog-category-list">
            <?php 
$ListCatNames = new CmsDev\Dataset\Categories();
if ($ListCatNames->getName()[$CCParams['User']->category1]) {
    ?>
                <li><a><i class="fa fa-angle-right"></i><?php 
    echo $ListCatNames->getName()[$CCParams['User']->category1];
    ?>
</a>
                </li>
                <?php 
}
if ($ListCatNames->getName()[$CCParams['User']->category2]) {
    ?>
                <li><a><i class="fa fa-angle-right"></i><?php 
    echo $ListCatNames->getName()[$CCParams['User']->category2];
    ?>
</a>
                </li>
                <?php 
}
if ($ListCatNames->getName()[$CCParams['User']->category3]) {
    ?>
                <li><a><i class="fa fa-angle-right"></i><?php 
    echo $ListCatNames->getName()[$CCParams['User']->category3];
    ?>
</a>
                </li>
Exemple #2
0
<?php

require_once 'Query.php';
$ListCatNames = new CmsDev\Dataset\Categories();
?>
<div class="row">
    <div class="col-md-5">
        <div class="product-sort">
            <span class="product-sort-selected">Filtrar por <b>Círculos Empresariales</b></span>
            <a href="<?php 
echo \SKT_URL_BASE . $RevertSort;
?>
" class="product-sort-order fa <?php 
echo $CCParams['IconSort'];
?>
"></a>
            <ul>
                <li><a href="javascript:viewListFilter('.viewListStyleElements','0');">No filtrar</a></li>
                <li><a href="javascript:viewListFilter('.viewListStyleElements','8');"><?php 
echo $ListCatNames->getName()[8];
?>
</a></li>
                <li><a href="javascript:viewListFilter('.viewListStyleElements','10');"><?php 
echo $ListCatNames->getName()[10];
?>
</a></li>
                <li><a href="javascript:viewListFilter('.viewListStyleElements','16');"><?php 
echo $ListCatNames->getName()[16];
?>
</a></li>
                <li><a href="javascript:viewListFilter('.viewListStyleElements','18');"><?php