nueva modificacion al folder de pgrorama, da muchos redirect no se porque

This commit is contained in:
German Correa 2017-10-03 19:50:24 -03:00
parent 4fdf676c17
commit 4f2c0ab07f
7 changed files with 6 additions and 6 deletions

View File

@ -15,12 +15,12 @@
<li><a data-toggle="tab" href="#mesaredonda">Mesa Redonda</a></li> <li><a data-toggle="tab" href="#mesaredonda">Mesa Redonda</a></li>
</ul> </ul>
<div class="tab-content"> <div class="tab-content">
<?php include_once 'program/cursos.html'; ?> <?php include_once 'prgr/cursos.html'; ?>
<?php include_once 'program/charlas.html'; ?> <?php include_once 'prgr/charlas.html'; ?>
<?php include_once 'program/plenarias.html'; ?> <?php include_once 'prgr/plenarias.html'; ?>
<?php include_once 'program/diplomados.html'; ?> <?php include_once 'prgr/diplomados.html'; ?>
<?php include_once 'program/olimpiadas.html'; ?> <?php include_once 'prgr/olimpiadas.html'; ?>
<?php include_once 'program/mesaredonda.html'; ?> <?php include_once 'prgr/mesaredonda.html'; ?>
</div> </div>
</div> </div>