You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
381 B
15 lines
381 B
<?php
|
|
/**
|
|
* @package Joomla.Administrator
|
|
* @subpackage com_foos
|
|
*
|
|
* @copyright Copyright (C) 2005 - 2020 Open Source Matters, Inc. All rights reserved.
|
|
* @license GNU General Public License version 2 or later; see LICENSE.txt
|
|
*/
|
|
\defined('_JEXEC') or die;
|
|
?>
|
|
<?php foreach ($this->items as $i => $item) : ?>
|
|
<?php echo $item->name; ?>
|
|
</br>
|
|
<?php endforeach; ?>
|