fix para el nombre del folder de programa a program porque no se puede llamar igual que el archivo php
This commit is contained in:
parent
947f46ff87
commit
4fdf676c17
12
programa.php
12
programa.php
@ -15,12 +15,12 @@
|
||||
<li><a data-toggle="tab" href="#mesaredonda">Mesa Redonda</a></li>
|
||||
</ul>
|
||||
<div class="tab-content">
|
||||
<?php include_once 'programa/cursos.html'; ?>
|
||||
<?php include_once 'programa/charlas.html'; ?>
|
||||
<?php include_once 'programa/plenarias.html'; ?>
|
||||
<?php include_once 'programa/diplomados.html'; ?>
|
||||
<?php include_once 'programa/olimpiadas.html'; ?>
|
||||
<?php include_once 'programa/mesaredonda.html'; ?>
|
||||
<?php include_once 'program/cursos.html'; ?>
|
||||
<?php include_once 'program/charlas.html'; ?>
|
||||
<?php include_once 'program/plenarias.html'; ?>
|
||||
<?php include_once 'program/diplomados.html'; ?>
|
||||
<?php include_once 'program/olimpiadas.html'; ?>
|
||||
<?php include_once 'program/mesaredonda.html'; ?>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user