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_list.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 = 0; $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'); $mainCatShowQuickTake = $this -> params -> get('cat_show_quicktake'); $mainDisplayViewCat = $this -> params -> get('display_view_cat'); ?> <div id="xmovie-cat-container-list"> <?php foreach($this->subcat as $subCategory) { $link = JRoute::_($subCategory['link']); $categoryParams = json_decode($subCategory['params']); ?> <div class="movie-item row-fluid"> <?php if ($categoryParams->image != '' && $mainCatShowThumb == 1) { ?> <div class="span4"> <a href="<?php echo $link; ?>"> <?php ?><img class="thumbnail img-responsive" src="<?php echo $categoryParams->image; ?>" alt="<?php echo htmlspecialchars($subCategory['title']); ?>" /> </a> </div> <?php } ?> <div class="span8 text-right"> <?php if ($mainCatShowName == 1) { ?> <div class="movie-name"> <h4><?php if($categoryParams->image == '' || $mainCatShowThumb != 1) { ?> <a href="<?php echo $link; ?>"> <?php echo $subCategory['title']; ?></a><?php } else { echo $subCategory['title']; } ?></h4> </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 ($mainCatShowQuickTake == 1 && $mainDisplayViewCat == 'cat_list') { ?> <div class="movie-desc span12"> <?php if ($subCategory['description'] != '') { echo $subCategory['description']; } ?> </div> <?php } ?> </div> <?php } ?> </div>
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare