Esempio n. 1
0
        <div class="col-lg-12 top40">
            <?php 
$count = 0;
foreach ($trad_prod as $subCat) {
    //                if (!$subCat->count)
    //                    continue;
    $count++;
    ?>
                <div class="col-lg-3 col-md-3 col-sm-3"> 

                    <div class="col-lg-12 piimg pnone">
                        <!--<img class="img-responsive inf" productId="prod<?php 
    echo $subCat->id;
    ?>
" width="100%" src="<?php 
    echo getCatImg() . $subCat->image;
    ?>
" />-->
                        <img class="img-responsive inf" productId="prod<?php 
    echo $subCat->id;
    ?>
" width="100%" src="<?php 
    echo $subCat->image;
    ?>
" />
                    </div>
                    <div class="col-lg-12 text-center" style="min-height:50px; color: #006780; ">
                        <h5><span class="inf" style=" padding: 2px;" productId="prod<?php 
    echo $subCat->id;
    ?>
"><img alt="info" src="<?php 
            <div class="col-lg-6 top20">
                <div class="col-lg-12">

                    <a href="<?php 
echo $currentMenu->video;
?>
" class="html5lightbox">
                        <img class="climg"  alt="<?php 
echo $currentMenu->name;
?>
" src="<?php 
echo $currentMenu->image;
?>
">
                        <img src="<?php 
echo getCatImg() . 'play.png';
?>
" class="catplayimg"/>
                    </a>
                </div>
                <div class="col-lg-12">
                    <?php 
echo $currentMenu->desc;
?>
                </div>
                <div class="col-lg-12 top5">
                </div>
                <div class="col-lg-12 top5">
                    <button class='btn btn-primary btn-left' onclick = "goBack()" >Back</button> <button style="width: 75px; font-size: 12px !important;" class='next btn btn-primary btn-right top10'>Complete</button>
                </div>
            </div>