Add log on page

This commit is contained in:
Laurent Destailleur 2009-10-10 14:58:53 +00:00
parent 4c093de3d0
commit 1206a0bb96

View File

@ -159,7 +159,7 @@ $logo=$mysoc->logo;
$paramlogo='PAYBOX_LOGO_'.$suffix;
if (! empty($conf->global->$paramlogo)) $logosmall=$conf->global->$paramlogo;
else if (! empty($conf->global->PAYBOX_LOGO)) $logosmall=$conf->global->PAYBOX_LOGO;
print '<!-- Show logo (logosmall='.$logosmall.' logo='.$logo.' -->'."\n";
//print '<!-- Show logo (logosmall='.$logosmall.' logo='.$logo.') -->'."\n";
// Define urllogo
$urllogo='';
if (! empty($logosmall) && is_readable($conf->mycompany->dir_output.'/logos/thumbs/'.$logosmall))