|
@@ -104,7 +104,7 @@ echo html_tag( 'table',
|
|
|
sprintf(_("%s Logo"), $org_name) .'"' . $width_and_height .
|
|
|
' /><br />' . "\n"
|
|
|
: '' ).
|
|
|
- ( $hide_sm_attributions ? '' :
|
|
|
+ ( (isset($hide_sm_attributions) && $hide_sm_attributions) ? '' :
|
|
|
'<small>' . sprintf (_("SquirrelMail version %s"), $version) . '<br />' ."\n".
|
|
|
' ' . _("By the SquirrelMail Development Team") . '<br /></small>' . "\n" ) .
|
|
|
html_tag( 'table',
|