X7ROOT File Manager
Current Path:
/home/notabjze/gameovermg.com/components/com_content/tmpl/featured
home
/
notabjze
/
gameovermg.com
/
components
/
com_content
/
tmpl
/
featured
/
ðŸ“
..
📄
default.php
(2.31 KB)
📄
default.xml
(13.45 KB)
📄
default_item.php
(4.91 KB)
📄
default_links.php
(651 B)
Editing: default_links.php
<?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; use Joomla\CMS\Router\Route; use Joomla\Component\Content\Site\Helper\RouteHelper; ?> <ol class="com-content-blog__links"> <?php foreach ($this->link_items as $item) : ?> <li class="com-content-blog__link"> <a href="<?php echo Route::_(RouteHelper::getArticleRoute($item->slug, $item->catid, $item->language)); ?>"> <?php echo $item->title; ?></a> </li> <?php endforeach; ?> </ol>
Upload File
Create Folder