]> git.llucax.com Git - mecon/intranet.git/blob - sistema/www/noticias.php
08f16353c87e945227cd5b9d1a6f9b020d2bb4dd
[mecon/intranet.git] / sistema / www / noticias.php
1 <body bgcolor="#FFFFFF" class="subtitulo" link="#003366" vlink="#660066" alink="#0066FF" topmargin="0">
2 <?
3   require_once '../local_lib/copete.php';
4   $c = new Copete('noticias');
5   echo $c->toHTML();
6 ?>
7 <table width='760' border='0'>
8   <tr>
9     <td width='160' valign='top'>
10       <? include '../../../meconlib/tronco/test/prueba_arbol.php'?>
11     </td>
12     <td width='600'>
13       <? include 'noticias.htm'?>
14     </td>
15   </tr>
16 </table>
17 </body>