Файловый менеджер - Редактировать - /home/wuectly/www/03cbe/default.php.tar
Назад
home/wuectly/www/modules/mod_articles_category/tmpl/default.php 0000604 00000013114 15245527402 0021141 0 ustar 00 <?php /** * @package Joomla.Site * @subpackage mod_articles_category * * @copyright (C) 2010 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; ?> <ul class="category-module<?php echo $moduleclass_sfx; ?> mod-list"> <?php if ($grouped) : ?> <?php foreach ($list as $group_name => $group) : ?> <li> <div class="mod-articles-category-group"><?php echo JText::_($group_name); ?></div> <ul> <?php foreach ($group as $item) : ?> <li> <?php if ($params->get('link_titles') == 1) : ?> <a class="mod-articles-category-title <?php echo $item->active; ?>" href="<?php echo $item->link; ?>"> <?php echo $item->title; ?> </a> <?php else : ?> <?php echo $item->title; ?> <?php endif; ?> <?php if ($item->displayHits) : ?> <span class="mod-articles-category-hits"> (<?php echo $item->displayHits; ?>) </span> <?php endif; ?> <?php if ($params->get('show_author')) : ?> <span class="mod-articles-category-writtenby"> <?php echo $item->displayAuthorName; ?> </span> <?php endif; ?> <?php if ($item->displayCategoryTitle) : ?> <span class="mod-articles-category-category"> (<?php echo $item->displayCategoryTitle; ?>) </span> <?php endif; ?> <?php if ($item->displayDate) : ?> <span class="mod-articles-category-date"><?php echo $item->displayDate; ?></span> <?php endif; ?> <?php if ($params->get('show_tags', 0) && $item->tags->itemTags) : ?> <div class="mod-articles-category-tags"> <?php echo JLayoutHelper::render('joomla.content.tags', $item->tags->itemTags); ?> </div> <?php endif; ?> <?php if ($params->get('show_introtext')) : ?> <p class="mod-articles-category-introtext"> <?php echo $item->displayIntrotext; ?> </p> <?php endif; ?> <?php if ($params->get('show_readmore')) : ?> <p class="mod-articles-category-readmore"> <a class="mod-articles-category-title <?php echo $item->active; ?>" href="<?php echo $item->link; ?>"> <?php if ($item->params->get('access-view') == false) : ?> <?php echo JText::_('MOD_ARTICLES_CATEGORY_REGISTER_TO_READ_MORE'); ?> <?php elseif ($readmore = $item->alternative_readmore) : ?> <?php echo $readmore; ?> <?php echo JHtml::_('string.truncate', $item->title, $params->get('readmore_limit')); ?> <?php if ($params->get('show_readmore_title', 0) != 0) : ?> <?php echo JHtml::_('string.truncate', $item->title, $params->get('readmore_limit')); ?> <?php endif; ?> <?php elseif ($params->get('show_readmore_title', 0) == 0) : ?> <?php echo JText::sprintf('MOD_ARTICLES_CATEGORY_READ_MORE_TITLE'); ?> <?php else : ?> <?php echo JText::_('MOD_ARTICLES_CATEGORY_READ_MORE'); ?> <?php echo JHtml::_('string.truncate', $item->title, $params->get('readmore_limit')); ?> <?php endif; ?> </a> </p> <?php endif; ?> </li> <?php endforeach; ?> </ul> </li> <?php endforeach; ?> <?php else : ?> <?php foreach ($list as $item) : ?> <li> <?php if ($params->get('link_titles') == 1) : ?> <a class="mod-articles-category-title <?php echo $item->active; ?>" href="<?php echo $item->link; ?>"><?php echo $item->title; ?></a> <?php else : ?> <?php echo $item->title; ?> <?php endif; ?> <?php if ($item->displayHits) : ?> <span class="mod-articles-category-hits"> (<?php echo $item->displayHits; ?>) </span> <?php endif; ?> <?php if ($params->get('show_author')) : ?> <span class="mod-articles-category-writtenby"> <?php echo $item->displayAuthorName; ?> </span> <?php endif; ?> <?php if ($item->displayCategoryTitle) : ?> <span class="mod-articles-category-category"> (<?php echo $item->displayCategoryTitle; ?>) </span> <?php endif; ?> <?php if ($item->displayDate) : ?> <span class="mod-articles-category-date"> <?php echo $item->displayDate; ?> </span> <?php endif; ?> <?php if ($params->get('show_tags', 0) && $item->tags->itemTags) : ?> <div class="mod-articles-category-tags"> <?php echo JLayoutHelper::render('joomla.content.tags', $item->tags->itemTags); ?> </div> <?php endif; ?> <?php if ($params->get('show_introtext')) : ?> <p class="mod-articles-category-introtext"> <?php echo $item->displayIntrotext; ?> </p> <?php endif; ?> <?php if ($params->get('show_readmore')) : ?> <p class="mod-articles-category-readmore"> <a class="mod-articles-category-title <?php echo $item->active; ?>" href="<?php echo $item->link; ?>"> <?php if ($item->params->get('access-view') == false) : ?> <?php echo JText::_('MOD_ARTICLES_CATEGORY_REGISTER_TO_READ_MORE'); ?> <?php elseif ($readmore = $item->alternative_readmore) : ?> <?php echo $readmore; ?> <?php echo JHtml::_('string.truncate', $item->title, $params->get('readmore_limit')); ?> <?php elseif ($params->get('show_readmore_title', 0) == 0) : ?> <?php echo JText::sprintf('MOD_ARTICLES_CATEGORY_READ_MORE_TITLE'); ?> <?php else : ?> <?php echo JText::_('MOD_ARTICLES_CATEGORY_READ_MORE'); ?> <?php echo JHtml::_('string.truncate', $item->title, $params->get('readmore_limit')); ?> <?php endif; ?> </a> </p> <?php endif; ?> </li> <?php endforeach; ?> <?php endif; ?> </ul> home/wuectly/www/modules/mod_wrapper/tmpl/default.php 0000604 00000001405 15245534242 0017116 0 ustar 00 <?php /** * @package Joomla.Site * @subpackage mod_wrapper * * @copyright (C) 2006 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; JHtml::_('script', 'com_wrapper/iframe-height.min.js', array('version' => 'auto', 'relative' => true)); ?> <iframe <?php echo $load; ?> id="blockrandom-<?php echo $id; ?>" name="<?php echo $target; ?>" src="<?php echo $url; ?>" width="<?php echo $width; ?>" height="<?php echo $height; ?>" scrolling="<?php echo $scroll; ?>" frameborder="<?php echo $frameborder; ?>" title="<?php echo $ititle; ?>" class="wrapper<?php echo $moduleclass_sfx; ?>" > <?php echo JText::_('MOD_WRAPPER_NO_IFRAMES'); ?> </iframe> home/wuectly/www/modules/mod_syndicate/tmpl/default.php 0000604 00000001275 15245556154 0017434 0 ustar 00 <?php /** * @package Joomla.Site * @subpackage mod_syndicate * * @copyright (C) 2006 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; ?> <a href="<?php echo $link; ?>" class="syndicate-module<?php echo $moduleclass_sfx; ?>"> <?php echo JHtml::_('image', 'system/livemarks.png', 'feed-image', null, true); ?> <?php if ($params->get('display_text', 1)) : ?> <span> <?php if (str_replace(' ', '', $text) !== '') : ?> <?php echo $text; ?> <?php else : ?> <?php echo JText::_('MOD_SYNDICATE_DEFAULT_FEED_ENTRIES'); ?> <?php endif; ?> </span> <?php endif; ?> </a> home/wuectly/www/modules/mod_articles_archive/tmpl/default.php 0000604 00000001031 15245556161 0020744 0 ustar 00 <?php /** * @package Joomla.Site * @subpackage mod_articles_archive * * @copyright (C) 2006 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; ?> <?php if (!empty($list)) : ?> <ul class="archive-module<?php echo $moduleclass_sfx; ?> mod-list"> <?php foreach ($list as $item) : ?> <li> <a href="<?php echo $item->link; ?>"> <?php echo $item->text; ?> </a> </li> <?php endforeach; ?> </ul> <?php endif; ?> home/wuectly/www/modules/mod_slideshowck/tmpl/default.php 0000604 00000017200 15245556161 0017761 0 ustar 00 <?php /** * @copyright Copyright (C) 2012-2019 Cedric KEIFLIN alias ced1870 * https://www.joomlack.fr * Module Slideshow CK * @license GNU/GPL * */ // no direct access defined('_JEXEC') or die('Restricted access'); // get the slideshow width $width = ($params->get('width') AND $params->get('width') != 'auto') ? ' style="width:' . SlideshowckHelper::testUnit($params->get('width')) . ';"' : ''; ?> <div class="slideshowck <?php echo $params->get('moduleclass_sfx'); ?> camera_wrap <?php echo $params->get('skin'); ?>" id="camera_wrap_<?php echo $module->id; ?>"<?php echo $width; ?>> <?php $i = 0; foreach ($items as $item) { if ($params->get('limitslides', '') && $i >= $params->get('limitslides', '')) break; // B/C for V1 if (isset($item->imgname) && ! isset($item->image)) SlideshowckHelper::legacyUpdateItem($item); // automatically create the minified thumb and use it $item->thumb = $item->image; if ($params->get('thumbnails', '1') == '1' && $params->get('autocreatethumbs','1') && $params->get('usethumbstype', 'mini') == 'mini') { $item->thumb = SlideshowckHelper::resizeImage($item->image, $params->get('thumbnailwidth', '182'), $params->get('thumbnailheight', '187')); } // use the minified thumb but don't create it else if ($params->get('thumbnails', '1') == '1' && $params->get('usethumbstype','mini') == 'mini'){ $thumbext = explode(".", $item->image); $thumbext = end($thumbext); $thumbfile = str_replace(basename($item->image), "th/" . basename($item->image), $item->image); $thumbfile = str_replace("." . $thumbext, "_th." . $thumbext, $thumbfile); if (\Joomla\CMS\Uri\Uri::root(true) && substr($thumbfile, 0, (int)strlen(\Joomla\CMS\Uri\Uri::root(true) . '/')) == (\Joomla\CMS\Uri\Uri::root(true) . '/')) { $thumbfile = str_replace(\Joomla\CMS\Uri\Uri::root(true) . '/', '', $thumbfile); } if (file_exists(JPATH_ROOT . '/' . trim($thumbfile, '/'))) { $item->thumb = \Joomla\CMS\Uri\Uri::root(true) . '/' . trim($thumbfile, '/'); } } // create new images for mobile if ($params->get('usemobileimage', '0') && $params->get('autocreatethumbs','1')) { $resolutions = explode(',', $params->get('mobileimageresolution', '640')); foreach ($resolutions as $resolution) { SlideshowckHelper::resizeImage($item->image, (int)$resolution, '', (int)$resolution, ''); } } if ($item->alignment != 'default') { $alignment = ' data-alignment="' . $item->alignment . '"'; } else { $alignment = ''; } $datacaptiontitle = str_replace("|dq|", "\"", (string)$item->title); $datacaptiontext = str_replace("|dq|", "\"", (string)$item->text); $datacaptionforlightbox = $datacaptiontitle . ( $datacaptiontext ? '::' . $datacaptiontext : ''); $dataalt = htmlspecialchars(str_replace("\"", """, str_replace(">", ">", str_replace("<", "<", $datacaptiontitle)))); $datatitle = ($params->get('lightboxcaption', 'caption') != 'caption') ? 'data-title="' . htmlspecialchars(str_replace("\"", """, str_replace(">", ">", str_replace("<", "<", $datacaptionforlightbox)))) . '" ' : ''; $album = ($params->get('lightboxgroupalbum', '0')) ? '[albumslideshowck' .$module->id .']' : ''; $target = ($item->target == 'default') ? $params->get('linktarget') : $item->target; $datarel = ($target == 'lightbox') ? 'data-rel="lightbox' . $album . '" ' : ''; $datarel .= ($target == '_blank') ? 'data-rel="noopener noreferrer" ' : ''; $datatime = ($item->time) ? ' data-time="' . $item->time . '"' : ''; $link = $params->get('linkautoimage', '0') == '1' && $item->image && !$item->link ? $item->image : $item->link; if ($params->get('lightboxautolinkimages', '0') == '1') { $item->link = $item->link ? $item->link : $item->image; } $linkposition = $params->get('linkposition', 'fullslide'); $linkClass = ( $linkposition == 'button' ? $params->get('linkbuttonclass', '') . ' camera-button' : ' camera-link' ); $linkTarget = ( $target == '_blank' ? ' target="_blank" rel="noopener noreferrer"' : '' ); $startLink = '<a class="' . $linkClass .'" href="' . $link . '"' . $linkTarget . '>'; ?> <div <?php echo $datarel . $datatitle; ?>data-alt="<?php echo $dataalt; ?>" data-thumb="<?php echo $item->thumb; ?>" data-src="<?php echo $item->image; ?>" <?php if ($link && $linkposition == 'fullslide') echo 'data-link="' . $link . '" data-target="' . $target . '"'; echo $alignment . $datatime; ?>> <?php if ($params->get('imageforseo', '0')) { ?> <img src="<?php echo $item->image; ?>" style="display:none" alt="<?php echo htmlspecialchars($item->title) ?>" /> <?php } ?> <?php if ($item->video) { ?> <?php if (strpos($item->video, 'http') !== 0) { $autoplay = $item->videoautoplay == '1' ? 'data-autoplay="1" muted="muted"' : ''; $videoloop = $item->videoloop == '1' ? ' loop' : ''; $videocontrols = $item->videocontrols == '0' ? ($autoplay ? '' : ' onclick="this.play()"') : ' controls'; ?> <video src="<?php echo $item->video; ?>" width="100%" height="100%" playsinline <?php echo $autoplay ?><?php echo $videoloop ?><?php echo $videocontrols ?>> <source src="<?php echo $item->video ?>" > </video> <?php } else { ?> <iframe src="<?php echo $item->video; ?>" width="100%" height="100%" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe> <?php } ?> <?php } if (($params->get('usecaption', '1') == '1') && ($item->title || $item->text) && (($params->get('lightboxcaption', 'caption') != 'title' || $target != 'lightbox') || !$link)) { ?> <?php if ($params->get('usecaption', '1')) { ?> <div class="camera_caption <?php echo $params->get('captioneffect', 'moveFromBottom')?>"> <?php // $showcaption = $params->get('usecaption', '1') == '1' && ($item->title || $item->desc); $showtitle = $params->get('usetitle', '1') == '1' && $item->title; $showdescription = $params->get('usecaptiondesc', '1') == '1' && $item->text; if ($showtitle) { ?> <div class="camera_caption_title"> <?php $item->title = str_replace("|dq|", "\"", $item->title); if ($link && $linkposition == 'title') { echo $startLink . $item->title . '</a>'; } else { echo $item->title; } ?> </div> <?php } ?> <?php if ($showdescription) { ?> <div class="camera_caption_desc"> <?php $caption = str_replace("|dq|", "\"", $item->text); if ($params->get('content_prepare', 0)) $caption = \Joomla\CMS\HTML\HTMLHelper::_('content.prepare', $caption); $textlength = (int)$params->get('textlength', '0'); if ($params->get('fixhtml', '0') == '1' && trim($caption)) { // Parse the html code of the text into a fixer to avoid bad rendering issues $htmlfixer = new SlideshowCKHtmlFixer(); $captionFixed = $htmlfixer->getFixedHtml(trim($caption)); $caption = $captionFixed; } if ($params->get('striptags', '0') == '1' && $item->texttype != 'pagebuilderck') { $caption = strip_tags($caption); } if ($textlength > 0) { $caption = SlideshowckHelper::substring($caption, $textlength, '...', false); } echo $caption; ?> <?php if (isset($item->more) && count($item->more)) { foreach ($item->more as $m) { echo $m; } } ?> </div> <?php } ?> <?php if ($link && $linkposition == 'caption') { echo $startLink . '</a>'; } ?> <?php if ($link && $linkposition == 'button') { ?> <?php echo $startLink . \Joomla\CMS\Language\Text::_($params->get('linkbuttontext', 'MOD_SLIDESHOWCK_LINK_BUTTON_TEXT')) . '</a>'; ?> <?php } ?> </div> <?php } ?> <?php } ?> </div> <?php $i++; } ?> </div> <div style="clear:both;"></div> home/wuectly/www/modules/mod_related_items/tmpl/default.php 0000604 00000001104 15245556200 0020251 0 ustar 00 <?php /** * @package Joomla.Site * @subpackage mod_related_items * * @copyright (C) 2006 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; ?> <ul class="relateditems<?php echo $moduleclass_sfx; ?> mod-list"> <?php foreach ($list as $item) : ?> <li> <a href="<?php echo $item->route; ?>"> <?php if ($showDate) echo JHtml::_('date', $item->created, JText::_('DATE_FORMAT_LC4')) . ' - '; ?> <?php echo $item->title; ?></a> </li> <?php endforeach; ?> </ul> home/wuectly/www/plugins/installer/folderinstaller/tmpl/default.php 0000604 00000002665 15245556236 0022016 0 ustar 00 <?php /** * @package Joomla.Plugin * @subpackage Installer.folderinstaller * * @copyright (C) 2016 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; JHtml::_('bootstrap.tooltip'); $app = JFactory::getApplication('administrator'); JFactory::getDocument()->addScriptDeclaration(' Joomla.submitbuttonfolder = function() { var form = document.getElementById("adminForm"); // do field validation if (form.install_directory.value == "") { alert("' . JText::_('PLG_INSTALLER_FOLDERINSTALLER_NO_INSTALL_PATH', true) . '"); } else { JoomlaInstaller.showLoading(); form.installtype.value = "folder" form.submit(); } }; '); ?> <legend><?php echo JText::_('PLG_INSTALLER_FOLDERINSTALLER_TEXT'); ?></legend> <div class="control-group"> <label for="install_directory" class="control-label"><?php echo JText::_('PLG_INSTALLER_FOLDERINSTALLER_TEXT'); ?></label> <div class="controls"> <input type="text" id="install_directory" name="install_directory" class="span5 input_box" size="70" value="<?php echo $app->input->get('install_directory', $app->get('tmp_path')); ?>" /> </div> </div> <div class="form-actions"> <input type="button" class="btn btn-primary" id="installbutton_directory" value="<?php echo JText::_('PLG_INSTALLER_FOLDERINSTALLER_BUTTON'); ?>" onclick="Joomla.submitbuttonfolder()" /> </div> home/wuectly/www/components/com_content/views/article/tmpl/default.php 0000604 00000016200 15245556242 0022407 0 ustar 00 <?php /** * @package Joomla.Site * @subpackage com_content * * @copyright (C) 2006 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; JHtml::addIncludePath(JPATH_COMPONENT . '/helpers'); // Create shortcuts to some parameters. $params = $this->item->params; $urls = json_decode($this->item->urls); $canEdit = $params->get('access-edit'); $user = JFactory::getUser(); $info = $params->get('info_block_position', 0); // Check if associations are implemented. If they are, define the parameter. $assocParam = (JLanguageAssociations::isEnabled() && $params->get('show_associations')); JHtml::_('behavior.caption'); $currentDate = JFactory::getDate()->format('Y-m-d H:i:s'); $isNotPublishedYet = $this->item->publish_up > $currentDate; $isExpired = $this->item->publish_down < $currentDate && $this->item->publish_down !== JFactory::getDbo()->getNullDate(); ?> <div class="item-page<?php echo $this->pageclass_sfx; ?>" itemscope itemtype="https://schema.org/Article"> <meta itemprop="inLanguage" content="<?php echo ($this->item->language === '*') ? JFactory::getConfig()->get('language') : $this->item->language; ?>" /> <?php if ($this->params->get('show_page_heading')) : ?> <div class="page-header"> <h1> <?php echo $this->escape($this->params->get('page_heading')); ?> </h1> </div> <?php endif; if (!empty($this->item->pagination) && $this->item->pagination && !$this->item->paginationposition && $this->item->paginationrelative) { echo $this->item->pagination; } ?> <?php // Todo Not that elegant would be nice to group the params ?> <?php $useDefList = ($params->get('show_modify_date') || $params->get('show_publish_date') || $params->get('show_create_date') || $params->get('show_hits') || $params->get('show_category') || $params->get('show_parent_category') || $params->get('show_author') || $assocParam); ?> <?php if (!$useDefList && $this->print) : ?> <div id="pop-print" class="btn hidden-print"> <?php echo JHtml::_('icon.print_screen', $this->item, $params); ?> </div> <div class="clearfix"> </div> <?php endif; ?> <?php if ($params->get('show_title')) : ?> <div class="page-header"> <h2 itemprop="headline"> <?php echo $this->escape($this->item->title); ?> </h2> <?php if ($this->item->state == 0) : ?> <span class="label label-warning"><?php echo JText::_('JUNPUBLISHED'); ?></span> <?php endif; ?> <?php if ($isNotPublishedYet) : ?> <span class="label label-warning"><?php echo JText::_('JNOTPUBLISHEDYET'); ?></span> <?php endif; ?> <?php if ($isExpired) : ?> <span class="label label-warning"><?php echo JText::_('JEXPIRED'); ?></span> <?php endif; ?> </div> <?php endif; ?> <?php if (!$this->print) : ?> <?php if ($canEdit || $params->get('show_print_icon') || $params->get('show_email_icon')) : ?> <?php echo JLayoutHelper::render('joomla.content.icons', array('params' => $params, 'item' => $this->item, 'print' => false)); ?> <?php endif; ?> <?php else : ?> <?php if ($useDefList) : ?> <div id="pop-print" class="btn hidden-print"> <?php echo JHtml::_('icon.print_screen', $this->item, $params); ?> </div> <?php endif; ?> <?php endif; ?> <?php // Content is generated by content plugin event "onContentAfterTitle" ?> <?php echo $this->item->event->afterDisplayTitle; ?> <?php if ($useDefList && ($info == 0 || $info == 2)) : ?> <?php // Todo: for Joomla4 joomla.content.info_block.block can be changed to joomla.content.info_block ?> <?php echo JLayoutHelper::render('joomla.content.info_block.block', array('item' => $this->item, 'params' => $params, 'position' => 'above')); ?> <?php endif; ?> <?php if ($info == 0 && $params->get('show_tags', 1) && !empty($this->item->tags->itemTags)) : ?> <?php $this->item->tagLayout = new JLayoutFile('joomla.content.tags'); ?> <?php echo $this->item->tagLayout->render($this->item->tags->itemTags); ?> <?php endif; ?> <?php // Content is generated by content plugin event "onContentBeforeDisplay" ?> <?php echo $this->item->event->beforeDisplayContent; ?> <?php if (isset($urls) && ((!empty($urls->urls_position) && ($urls->urls_position == '0')) || ($params->get('urls_position') == '0' && empty($urls->urls_position))) || (empty($urls->urls_position) && (!$params->get('urls_position')))) : ?> <?php echo $this->loadTemplate('links'); ?> <?php endif; ?> <?php if ($params->get('access-view')) : ?> <?php echo JLayoutHelper::render('joomla.content.full_image', $this->item); ?> <?php if (!empty($this->item->pagination) && $this->item->pagination && !$this->item->paginationposition && !$this->item->paginationrelative) : echo $this->item->pagination; endif; ?> <?php if (isset ($this->item->toc)) : echo $this->item->toc; endif; ?> <div itemprop="articleBody"> <?php echo $this->item->text; ?> </div> <?php if ($info == 1 || $info == 2) : ?> <?php if ($useDefList) : ?> <?php // Todo: for Joomla4 joomla.content.info_block.block can be changed to joomla.content.info_block ?> <?php echo JLayoutHelper::render('joomla.content.info_block.block', array('item' => $this->item, 'params' => $params, 'position' => 'below')); ?> <?php endif; ?> <?php if ($params->get('show_tags', 1) && !empty($this->item->tags->itemTags)) : ?> <?php $this->item->tagLayout = new JLayoutFile('joomla.content.tags'); ?> <?php echo $this->item->tagLayout->render($this->item->tags->itemTags); ?> <?php endif; ?> <?php endif; ?> <?php if (!empty($this->item->pagination) && $this->item->pagination && $this->item->paginationposition && !$this->item->paginationrelative) : echo $this->item->pagination; ?> <?php endif; ?> <?php if (isset($urls) && ((!empty($urls->urls_position) && ($urls->urls_position == '1')) || ($params->get('urls_position') == '1'))) : ?> <?php echo $this->loadTemplate('links'); ?> <?php endif; ?> <?php // Optional teaser intro text for guests ?> <?php elseif ($params->get('show_noauth') == true && $user->get('guest')) : ?> <?php echo JLayoutHelper::render('joomla.content.intro_image', $this->item); ?> <?php echo JHtml::_('content.prepare', $this->item->introtext); ?> <?php // Optional link to let them register to see the whole article. ?> <?php if ($params->get('show_readmore') && $this->item->fulltext != null) : ?> <?php $menu = JFactory::getApplication()->getMenu(); ?> <?php $active = $menu->getActive(); ?> <?php $itemId = $active->id; ?> <?php $link = new JUri(JRoute::_('index.php?option=com_users&view=login&Itemid=' . $itemId, false)); ?> <?php $link->setVar('return', base64_encode(ContentHelperRoute::getArticleRoute($this->item->slug, $this->item->catid, $this->item->language))); ?> <?php echo JLayoutHelper::render('joomla.content.readmore', array('item' => $this->item, 'params' => $params, 'link' => $link)); ?> <?php endif; ?> <?php endif; ?> <?php if (!empty($this->item->pagination) && $this->item->pagination && $this->item->paginationposition && $this->item->paginationrelative) : echo $this->item->pagination; ?> <?php endif; ?> <?php // Content is generated by content plugin event "onContentAfterDisplay" ?> <?php echo $this->item->event->afterDisplayContent; ?> </div>
| ver. 1.4 |
Github
|
.
| PHP 8.1.34 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка