page oon squirrelmail.org
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3835
7612ce4b-ef26-0410-bec9-
ea0150e637f0
global $hide_sm_attributions, $PHP_SELF, $frame_top,
$compose_new_win, $username, $datadir, $compose_width, $compose_height,
global $hide_sm_attributions, $PHP_SELF, $frame_top,
$compose_new_win, $username, $datadir, $compose_width, $compose_height,
- $attachemessages, $session;
+ $attachemessages, $session, $provider_name, $provider_uri;
if ( (float)substr(PHP_VERSION,0,3) < 4.1 ) {
global $_SESSION;
if ( (float)substr(PHP_VERSION,0,3) < 4.1 ) {
global $_SESSION;
echo " </td>\n"
. html_tag( 'td', '', 'right' ) ."\n";
echo " </td>\n"
. html_tag( 'td', '', 'right' ) ."\n";
+ if (!isset($provider_uri)) $provider_uri= 'http://www.squirrelmail.org/';
+ if (!isset($provider_name)) $provider_name= 'SquirrelMail';
echo ($hide_sm_attributions ? ' ' :
echo ($hide_sm_attributions ? ' ' :
- '<a href="http://www.squirrelmail.org/" target="_blank">SquirrelMail</a>');
+ '<a href="'.$provider_uri.'" target="_blank">'.$provider_name.'</a>');
echo "</td>\n".
" </tr>\n".
"</table><br>\n\n";
echo "</td>\n".
" </tr>\n".
"</table><br>\n\n";