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.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; $mainXMEnableRss = $this -> cparams -> get('enable_rss'); $mainXMShowSubcat = $this -> params -> get('show_subcat'); $mainXMShowCatTitle = $this -> params -> get('show_cat_title'); $mainXMShowMovieMain = $this -> params -> get('show_movie_main'); $mainXMShowMovieHeading = $this -> cparams -> get('cview_show_main_title'); ?> <h1><?php echo htmlspecialchars($this -> params -> get('page_heading')); ?></h1> <div class="row-fluid"> <?php if ($mainXMEnableRss) { ?> <div id="rss"> <a href="<?php echo JURI::root(); ?>index.php?option=com_xmovie&view=rss&id=&format=feed" rel="alternate" type="application/rss+xml"> <img src="<?php echo JURI::base(true); ?>/components/com_xmovie/images/feedIcon.png" alt="RSS Feed" style="border:none; width:15px;" class="rss-feed" /> </a> </div> <?php } ?> <?php if ($this->params->get('main_description') != '') { ?> <div id="xmovie-desc"><?php echo $this -> params -> get('main_description'); ?></div> <?php } ?> </div> <?php if (count($this->subcat) > 0 && $mainXMShowSubcat) { ?> <div class="row-fluid"> <?php if ($mainXMShowCatTitle) {?> <h3><?php echo JTEXT::_('CATEGORIES'); ?></h3> <?php } echo $this->loadTemplate($this->params->get('display_view_cat')); ?> </div> <?php } ?> <?php if (count($this->items) > 0 && $mainXMShowMovieMain) { ?> <div class="row-fluid"> <?php if ($mainXMShowMovieHeading) {?> <h3><?php echo JTEXT::_('MOVIES'); ?></h3> <?php } ?> <?php echo $this -> loadTemplate($this -> params -> get('display_view_main')); ?> <div class="clearfix"></div> <div id="pagin-footer" > <div class="pagination text-center"><?php echo $this -> pagination -> getPagesLinks(); ?></div> </div> </div> <?php } ?>
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare