uawdijnntqw1x1x1
IP : 216.73.216.203
Hostname : webm007.cluster114.gra.hosting.ovh.net
Kernel : Linux webm007.cluster114.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
OS : Linux
PATH:
/
home
/
locationbo
/
www
/
templates
/
yootheme
/
html
/
com_content
/
article
/
default.php
/
/
<?php namespace YOOtheme; defined('_JEXEC') or die; use Joomla\CMS\HTML\HTMLHelper; use Joomla\CMS\User\User; HTMLHelper::addIncludePath(JPATH_COMPONENT . '/helpers'); list($view, $user) = app(View::class, User::class); // Parameter shortcuts $item = $this->item; $params = $item->params; $uncategorised = $item->category_alias == 'uncategorised'; // Heading if ($params->get('show_page_heading')) { echo "<h1>{$this->escape($this->params->get('page_heading'))}</h1>"; } // Article $article = [ 'layout' => $uncategorised ? '' : 'blog', 'article' => $item, 'params' => $params, 'content' => '', 'single' => true, ]; // Title $params->set('link_titles', false); // Content if ($params->get('access-view')) { if ($params->get('urls_position') === '0') { $article['content'] .= $this->loadTemplate('links'); } $article['content'] .= $item->text; if ($params->get('urls_position') === '1') { $article['content'] .= $this->loadTemplate('links'); } $article['image'] = 'fulltext'; // Optional teaser intro text for guests } elseif ($params->get('show_noauth') && $user->get('guest')) { $article['content'] .= $item->introtext; // Optional link to let them register to see the whole article $item->readmore = $params->get('show_readmore') && $item->fulltext; } // Icons if ($this->print) { $article['icons'] = ['print' => HTMLHelper::_('icon.print_screen', $item, $params)]; } echo $view('~theme/templates/article' . ($uncategorised ? '{-page,}' : '{-blog,}'), $article);
/home/locationbo/www/templates/yootheme/html/com_content/article/default.php