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/single/tmpl/ |
Current File : //var/www/web236/html/components/com_xmovie/views/single/tmpl/default_embed.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'); $singleCviewShowDate = $this->params->get('single_show_date', $this->cparams->get('cview_show_date')); $singleCviewShowHits = $this->params->get('single_show_hits', $this->cparams->get('cview_show_hits')); $singleCviewShowSubmiter = $this->params->get('single_show_submitter', $this->cparams->get('cview_show_submitter')); $singleCviewShowDescription = $this->params->get('single_show_description', $this->cparams->get('cview_show_description')); ?> <div id="xmovie-movie-container-single"> <div id="movie-container"> <?php echo $this -> item -> embed; ?> </div> <div id="movie-content-container"> <?php if ($singleCviewShowDescription) {?> <div id="movie-desc"> <?php echo $this->item->description; ?> </div> <?php } ?> <?php if ($singleCviewShowDate) {?> <div id="movie-date"><?php echo JTEXT::_('DATE_ADDED'); ?> <?php echo JHTML::Date($this -> item -> creation_date, 'm-d-Y'); ?></div> <?php } ?> <?php if ($singleCviewShowHits) {?> <div id="movie-hits"><?php echo JTEXT::_('HITS'); ?> <?php echo $this -> item -> hits; ?></div> <?php } ?> <?php if ($singleCviewShowSubmiter) {?> <div id="movie-sumbitter"><?php echo JTEXT::_('SUBMITTER'); ?> <?php echo $this -> item -> submitter; ?></div> <?php } ?> <div style="clear:both;"><!-- clear --></div> </div> </div>
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare