<?
/* ----------------------------------------------------------------------------
I N C L U D E DU H A U T
PHPMyRing (4.0) dernière modification du fichier [30-01-05]
---------------------------------------------------------------------------- */
$url_pmr="http://sf.net/projects/phpmyring/";
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<? echo _("fr"); ?>">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=<? echo _("iso-8859-15"); ?>" />
<title><? echo $conf['nomwr']; ?> (PHP My Ring v.<? echo $conf['version']; ?>)</title>
<link rel="StyleSheet" type="text/css" href="styles.css" />
<!-- Attention, n'enlevez syrtout pas les lignes qui suivent -->
<?
if (!file_exists('styles_perso.css'))
{
echo "<link rel=\"StyleSheet\" type=\"text/css\" href=\"styles_perso-dist.css\" />";
}
else
{
echo "<link rel=\"StyleSheet\" type=\"text/css\" href=\"styles_perso.css\" />";
}
// Modification par un inconnu .. Bravo (le 20 novembre 2004 - soumis le 12-11-2004)
if ( !file_exists( 'script.js'))
{
echo "<script type=\"text/javascript\" src=\"../script.js\"></script>";
}
else
{
echo "<script type=\"text/javascript\" src=\"script.js\"></script>";
}
?>
</head>
<body>
<?
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - *
* *
* Ce qui suit permet de personnaliser le webring *
* *
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */ ?>
<div class="titre"><? echo $conf['nomwr']; ?></div>