Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /var/www/web236/html/components/com_xmovie/views/main/tmpl/ |
Current File : //var/www/web236/html/components/com_xmovie/views/main/tmpl/default_cat_column.php |
<?php /* * @package Joomla 3.0 * @copyright Copyright (C) 2005 Open Source Matters. All rights reserved. * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php * * @component XMovie Component * @copyright Copyright (C) Dana Harris optikool.com * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL */ defined('_JEXEC') or die('Restricted access'); $currRow = 1; $itemCatCount = 1; $catCount = count($this -> subcat); $image_directory = JComponentHelper::getParams('com_media') -> get('image_path', 'images') . '/'; $mainCatShowThumb = $this -> params -> get('cat_show_thumb'); $mainResizeThumbs = $this -> cparams -> get('resize_thumbs'); $mainCatShowName = $this -> params -> get('cat_show_name'); $mainCatShowDate = $this -> params -> get('cat_show_date'); $mainCatShowHits = $this -> params -> get('cat_show_hits'); $mainCatNumRow = $this -> params -> get('cat_num_row'); ?> <?php foreach ($this->subcat as $subCategory) { $link = JRoute::_($subCategory['link']); $categoryParams = json_decode($subCategory['params']); if ($currRow == 1) { ?> <div id="row-fluid xmt"> <?php } ?> <div class="movie-item text-center span<?php echo $this -> div_width_cat; ?>"> <?php if ($categoryParams->image != '' && $mainCatShowThumb == 1) { ?> <a href="<?php echo $link; ?>"> <?php ?><img class="thumbnail img-responsive" src="<?php echo $categoryParams->image; ?>" alt="<?php echo htmlspecialchars($subCategory['title']); ?>" /> </a> <?php } ?> <?php if ($mainCatShowName == 1) { ?> <div class="movie-name"> <?php if ($categoryParams->image == '' || $mainCatShowThumb != 1) { ?> <a href="<?php echo $link; ?>"> <?php echo $subCategory['title']; ?></a> <?php } else { echo $subCategory['title']; } ?> </div> <?php } ?> <?php if ($mainCatShowDate == 1) { ?> <div class="movie-date"> <?php echo JHTML::Date($subCategory['created_time'], 'm-d-Y'); ?> </div> <?php } ?> <?php if ($mainCatShowHits == 1) { ?> <div class="movie-date"> <?php echo JTEXT::_('Hits'); ?> <?php echo $subCategory['hits']; ?> </div> <?php } ?> </div> <?php if ($currRow < $mainCatNumRow && $itemCatCount != $catCount) { $currRow++; } else { echo '<div class="clearfix"></div>'; echo '</div>'; $currRow = 1; } $itemCatCount++; } ?>
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare