git-svn-id: https://192.168.0.254/svn/Proyectos.FundacionLQDVI_WebCongresos/trunk@2 94ccb1af-fd9d-d947-8d90-7f70ea60afc8
5 lines
210 B
PHP
5 lines
210 B
PHP
<?php // no direct access
|
|
defined('_JEXEC') or die('Restricted access'); ?>
|
|
<?php foreach ($list as $item) : ?>
|
|
<strong><?php echo $item->title ?></strong> : <?php echo $item->data ?><br />
|
|
<?php endforeach; ?>
|