File manager - Edit - /home/opticamezl/www/newok/templates/yootheme/html/com_content/archive/default_items.php
Back
<?php namespace YOOtheme; defined('_JEXEC') or die; use Joomla\CMS\HTML\HTMLHelper; HTMLHelper::addIncludePath(JPATH_COMPONENT . '/helpers'); $view = app(View::class); // Parameter shortcuts $params = $this->params; foreach ($this->items as $item) { // Article $article = [ 'layout' => 'blog', 'article' => $item, 'params' => $params->toArray() + $item->params->toArray(), ]; // Content if ($params->get('show_intro')) { $article['content'] = HTMLHelper::_('string.truncate', $item->introtext, $params->get('introtext_limit')); } echo $view('~theme/templates/article{-archive,}', $article); } echo $this->pagination->getPagesLinks();
| ver. 1.4 |
Github
|
.
| PHP 8.3.23 | Generation time: 0.04 |
proxy
|
phpinfo
|
Settings