git-svn-id: https://192.168.0.254/svn/Proyectos.Incam_Intranet/trunk/src@1 e2b1556b-49f8-d141-9351-52d6861a72d9
11 lines
147 B
PHP
11 lines
147 B
PHP
<?php
|
|
include_once("html/cabecera.php");
|
|
|
|
?>
|
|
<div class="aviso error"><?php echo $msg; ?></div>
|
|
|
|
<?php
|
|
|
|
include_once("html/pie.php");
|
|
?>
|