<?php/** * @package Joomla.Site * @subpackage mod_articles_category_custom * * @copyright Copyright (C) 2005 - 2018 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */defined('_JEXEC')ordie;$catid=JRequest::getInt('catid');?><!-- 記事カテゴリーの表示 --><h3><?phpecho$list[0]->category_title;?></h3><ulclass="category-module-custom videos-custom-item-wrapper <?phpecho$moduleclass_sfx;?>"><?phpforeach($listas$item):?><li><pclass="mod-articles-category-introtext"><?phpecho$item->displayIntrotext;?></p></li><?phpendforeach;?></ul>