<?php/** * @package Joomla.Site * @subpackage Layout * * @copyright Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */defined('JPATH_BASE')ordie;$items=$displayData;if(!empty($items)):?><ulclass="item-associations"><?phpforeach($itemsas$id=>$item):?><li><?phpechois_array($item)?$item['link']:$item->link;?></li><?phpendforeach;?></ul><?phpendif;?>