2013-06-14 15:38:56 +00:00
< ? php
2013-09-30 08:02:26 +00:00
print_unescaped ( $l -> t ( " Hey there, \n \n just letting you know that %s shared %s with you. \n View it: %s \n \n " , array ( $_ [ 'user_displayname' ], $_ [ 'filename' ], $_ [ 'link' ])));
if ( isset ( $_ [ 'expiration' ]) ) {
2013-11-21 08:58:35 +00:00
print_unescaped ( $l -> t ( " The share will expire on %s. " , array ( $_ [ 'expiration' ])));
print_unescaped ( '\n\n' );
2013-09-30 08:02:26 +00:00
}
2014-08-20 13:14:07 +00:00
// TRANSLATORS term at the end of a mail
2013-09-30 08:02:26 +00:00
p ( $l -> t ( " Cheers! " ));
2013-06-14 15:38:56 +00:00
?>
--
2013-09-30 08:02:26 +00:00
< ? php p ( $theme -> getName () . ' - ' . $theme -> getSlogan ()); ?>
< ? php print_unescaped ( " \n " . $theme -> getBaseUrl ());