Skip to content
Snippets Groups Projects
Commit 1206a0bb authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Add log on page

parent 4c093de3
No related branches found
No related tags found
No related merge requests found
......@@ -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))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment