]> git.llucax.com Git - personal/website.old.git/blob - includes/default-hooks/default-pie.php
Se separa una rama que usa los neo-hooks.
[personal/website.old.git] / includes / default-hooks / default-pie.php
1 <?php
2 // vim: set expandtab tabstop=4 softtabstop=4 shiftwidth=4:
3 // +--------------------------------------------------------------------+
4 // |                       Luca's Website (L'SWS)                       |
5 // +--------------------------------------------------------------------+
6 // | This file is part of L'SWS.                                        |
7 // |                                                                    |
8 // | L'SWS is free software; you can redistribute it and/or modify it   |
9 // | under the terms of the GNU General Public License as published by  |
10 // | the Free Software Foundation; either version 2 of the License, or  |
11 // | (at your option) any later version.                                |
12 // |                                                                    |
13 // | L'SWS is distributed in the hope that it will be useful, but       |
14 // | WITHOUT ANY WARRANTY; without even the implied warranty of         |
15 // | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU   |
16 // | General Public License for more details.                           |
17 // |                                                                    |
18 // | You should have received a copy of the GNU General Public License  |
19 // | along with Hooks; if not, write to the Free Software Foundation,   |
20 // | Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA      |
21 // +--------------------------------------------------------------------+
22 // | Created: vie ene 31 00:50:57 ART 2003                              |
23 // | Authors: Leandro Lucarella <luca@lugmen.org.ar>                    |
24 // +--------------------------------------------------------------------+
25 //
26 // $Id$
27 //
28
29 require_once 'Hook.php';
30 require_once 'File/Util.php';
31
32 /**
33  * Draws an HTML footer.
34  */
35
36 global $CONFIG;
37
38 $root = $CONFIG['root'];
39
40 ?>
41 <!-- INICIO $Id$ -->
42                     </TD>
43                 </TR>
44                 <TR>
45                     <TD class="footseparator" colspan="3">
46                         <HR class="footseparator"/>
47                     </TD>
48                 </TR>
49                 <TR>
50                     <TD class="validhtml">
51                         <A href="http://validator.w3.org/check/referer"><IMG src="<?= $root ?>/images/valid-html401" alt="Valid HTML 4.01!" height="31" width="88"/></A>
52                     </TD>
53                     <TD class="copyleft">
54                         <DIV class="lastupdate">
55                             Última modificación:
56                             <?= File_Util::lastModified($_SERVER['SCRIPT_FILENAME']) ?>
57                         </DIV>
58                         <DIV class="copyleft">
59                             © Copyleft 1998-<?= strftime('%Y') ?> Leandro Lucarella (usando
60                             <a href="http://svn.llucax.hn.org/svn/hooks/tronco/">Hooks</a>)
61                             - Bajo licencia GPL
62                         </DIV>
63                     </TD>
64                     <TD class="validcss">
65                         <A href="http://jigsaw.w3.org/css-validator/validator?uri=<?= urlencode($_SERVER['SCRIPT_URI']) ?>"><IMG src="<?= $root ?>/images/valid-css" alt="Valid CSS!" height="31" width="88"/></A>
66                     </TD>
67                 </TR>
68             </TBODY>
69         </TABLE>
70     </BODY>
71 </HTML>
72 <!-- FIN $Id$ -->