]> git.llucax.com Git - mecon/samurai.git/blob - src/www/include/hooks/default-foot.php
MUCHAS COSAS.
[mecon/samurai.git] / src / www / include / hooks / default-foot.php
1 <?php
2     require_once 'lib/HE/hooks.php';
3 // +--------------------------------------------------------------------+
4 // |                           SAMURAI                                  |
5 // +--------------------------------------------------------------------+
6 // |   Sistema de Administracion y Matenimiento de Usuarios Relativo A  |
7 // |                             Intranet                               |
8 // |                      Ministerio de Economía                        |
9 // +--------------------------------------------------------------------+
10 // | Creado: fri mar 21 ART 2003                                        |
11 // | Autor:  Martin Marrese <mmarre@mecon.gov.ar>                       |
12 // +--------------------------------------------------------------------+
13 //
14 // $Id$
15 //
16 // $URL$
17 // $Rev$
18 // $Date$
19 // $Author$
20 ?>
21                 </td>
22             </tr>
23             <tr>
24                 <td>
25                     <br>
26                 </td>
27             </tr>
28             <tr width="[+ $menu?"600":"800" +]" align="center" vAlign="center"> 
29                 <td bgColor="#cccccc" colSpan="2">
30                      <font face="Arial, Helvetica, sans-serif" size=1>
31                         <?php
32                             hook('titulo-copyright');
33                         ?>
34                     </font>
35                 </td>
36             </tr>
37         </table>
38     </body>
39 </html>