[% # Postprocessing images used by this site. Please DO NOT override. # Set the background. site.background = site.image.background; # Calculate width for the left column. IF site.image.logo.width < site.image.name.width; site.logowidth = site.image.name.width; ELSE; site.logowidth = site.image.logo.width; END; -%]