// | Authors: Leandro Lucarella <luca@lugmen.org.ar> |
// +--------------------------------------------------------------------+
//
-// $Id: default-head.php 9 2003-02-03 04:48:09Z luca $
+// $Id$
//
require_once 'Hook.php';
$css = is_array($CONFIG['css']) ? $CONFIG['css'] : array($CONFIG['css']);
?>
-<!-- INICIO $Id: default-head.php 9 2003-02-03 04:48:09Z luca $ -->
+<!-- INICIO $Id$ -->
<HEAD>
<TITLE>Luca's Home<?= $title ? ": $title" : '' ?></TITLE>
<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<LINK rel="stylesheet" href="<?= "$root/css/$style" ?>" type="text/css">
<? } ?>
</HEAD>
-<!-- FIN $Id: default-head.php 9 2003-02-03 04:48:09Z luca $ -->
+<!-- FIN $Id$ -->