Incam_Intranet/showError.php

11 lines
147 B
PHP
Raw Permalink Normal View History

<?php
include_once("html/cabecera.php");
?>
<div class="aviso error"><?php echo $msg; ?></div>
<?php
include_once("html/pie.php");
?>