Subversion Repositories Applications.bazar

Rev

Rev 93 | Rev 95 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 93 Rev 94
Line 125... Line 125...
125
	if (isset ($GLOBALS['_BAZAR_']['image_titre']) && $GLOBALS['_BAZAR_']['image_titre']!='') {
125
	if (isset ($GLOBALS['_BAZAR_']['image_titre']) && $GLOBALS['_BAZAR_']['image_titre']!='') {
126
		$res .= '<img id="BAZ_img_titre" src="client/bazar/images/'.$GLOBALS['_BAZAR_']['image_titre'].'" alt="'.$GLOBALS['_BAZAR_']['typeannonce'].'" />'.'<br />'."\n";
126
		$res .= '<img id="BAZ_img_titre" src="client/bazar/images/'.$GLOBALS['_BAZAR_']['image_titre'].'" alt="'.$GLOBALS['_BAZAR_']['typeannonce'].'" />'.'<br />'."\n";
127
	}
127
	}
128
	//affiche le texte sinon
128
	//affiche le texte sinon
129
	else {
129
	else {
130
		$res .= '<h1 class="BAZ_titre">'.$GLOBALS['_BAZAR_']['typeannonce'].'</h1>'."\n";
130
		$res .= '<h1 class="BAZ_titre">'.constant ($GLOBALS['_BAZAR_']['typeannonce']).'</h1>'."\n";
131
	}
131
	}
132
	$res .= '<div class="BAZ_cadre_fiche">'."\n";
132
	$res .= '<div class="BAZ_cadre_fiche">'."\n";
133
	$res .= '<div class="BAZ_cadre_fiche_haut">'."\n";
133
	$res .= '<div class="BAZ_cadre_fiche_haut">'."\n";
134
	$res .= '&nbsp;</div>'."\n";
134
	$res .= '&nbsp;</div>'."\n";
135
	$res .= '<div class="BAZ_cadre_fiche_corps">'."\n";
135
	$res .= '<div class="BAZ_cadre_fiche_corps">'."\n";