déridé
Invité n'ayant pas de compte PHPfrance
09 juil. 2005, 23:15
En fait c'est un theme de site interchangeable:
voici depuis le début de la page jusqu'a mes images:
<?php
/****************************************************/
/* Themes ads ultralite aqua NPDS */
/* Ce theme a ete adapté pour la version 5 par dodi */
/****************************************************/
{
$thename = "ADS-UltraLite-Aqua";
include ("themes/$thename/lang.php");
global $user, $banners, $sitename, $slogan, $cookie, $prefix;
$themes="Ads ultralite aqua";
global $slogan;
cookiedecode($user);
$username = $cookie[1];
if ($username == "")
{
if ($language=="english")
{
$username = "Anonymous";
}
else
{
$username = "Anonyme";
}
}
?>
<body onload=init() bgcolor="#000068" text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<div align="center">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="themes/<?php echo($thename); ?>/images/adscorner_t_l.gif" width="23" height="23"></td>
<td bgcolor="<?php echo($bgcolor1); ?>" width="100%"><img src="themes/<?php echo($thename); ?>/images/pixel.gif" width="23" height="23"></td>
<td><img src="themes/<?php echo($thename); ?>/images/adscorner_t_r.gif" width="23" height="23"></td>
</tr>
<tr>
<td bgcolor="<?php echo($bgcolor1); ?>"> </td>
<td bgcolor="<?php echo($bgcolor1); ?>">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="themes/<?php echo($thename); ?>/images/logonpds7.gif" style="float: left"><img src="themes/<?php echo($thename); ?>/images/logonpds8.gif" style="float: right"></td>
<td align="right">
<?php
if (($banners) and (!$hlpfile))
{
include("banners.php");
}
Je ne maitrise rien (débutant!) et je veux juste que ces 2 images(logonpds7 et 8) s'affichent 1 de chaque coté, j'ai éssayé avec align=" ", et du html, mais j'ai des messages d'erreur"no parse"!!
merci
A+