Explorar el Código

Modified default width and height logo image.

philippe_mingo hace 23 años
padre
commit
498f2e0531
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      config/config_default.php

+ 2 - 2
config/config_default.php

@@ -17,10 +17,10 @@ global $org_logo;
 $org_logo = '../images/sm_logo.png';
 
 /*  The width of the logo (0 for default) */
-$org_logo_width = 0;
+$org_logo_width = 308;
 
 /*  The height of the logo (0 for default) */
-$org_logo_height = 1;
+$org_logo_height = 111;
 
 
 /* Organization's name */