Un clic sur le titre ramène à la page d'accueil.

This commit is contained in:
Georges Dupéron 2010-08-04 21:35:26 +02:00
parent 2b18501940
commit 7a27127c24

View File

@ -22,7 +22,7 @@ class Squelette {
<link href="' . $chemin_css . '" rel="stylesheet" type="text/css" />
</head>
<body>
<h1>' . Stockage::get_prop($racine, "nom_site") . '</h1>
<h1><a href="' . $racine->get_url() . '">' . Stockage::get_prop($racine, "nom_site") . '</a></h1>
<div class="site connexion">
<a href="' . $racine->enfant("admin")->enfant("connexion")->get_url() . '">connexion</a>
</div>