$oTemplate->assign('logo_str', $logo_str);
$oTemplate->assign('logo_path', $org_logo);
$oTemplate->assign('sm_attribute_str', $sm_attribute_str);
+// i18n: The %s represents the service provider's name
$oTemplate->assign('org_name_str', sprintf (_("%s Login"), $org_name));
+// i18n: The %s represents the service provider's name
+$oTemplate->assign('org_logo_str', sprintf (_("The %s logo"), $org_name));
$oTemplate->assign('login_field_value', $loginname_value);
$oTemplate->assign('login_extra', $login_extra);
$oErrorHandler->setDelayedErrors(false);
$oTemplate->display('footer.tpl');
-?>
* $sm_attribute_str - string containg SQM attributes. Will be empty if
* this has been disabled by the admin.
* $org_name_str - translated string containing orginization's name
+ * $org_logo_str - translated string containing orginization's logo
* $login_field_value - default value for the user name field
* $login_extra - Some extra form fields needed by SquirrelMail
* for the login. Template designers SHOULD ALWAYS
</tr>
<tr>
<td class="orgLogo">
- <img src="<?php echo $logo_path; ?>" width="50" alt="<?php echo _("The service provider's logo"); ?>" />
+ <img src="<?php echo $logo_path; ?>" width="50" alt="<?php echo $org_logo_str; ?>" />
</td>
<td>
<table cellspacing="0">