30
1
mirror of https://github.com/joomla-extensions/weblinks.git synced 2024-06-04 23:40:48 +00:00
weblinks/src/administrator/components/com_weblinks/tmpl/weblink/edit_associations.php
2021-07-16 21:51:48 +07:00

15 lines
378 B
PHP

<?php
/**
* @package Joomla.Administrator
* @subpackage com_weblinks
*
* @copyright Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
defined('_JEXEC') or die;
use Joomla\CMS\Layout\LayoutHelper;
echo LayoutHelper::render('joomla.edit.associations', $this);