8 lines
298 B
PHP
8 lines
298 B
PHP
<?php
|
|
print_unescaped($l->t("Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\nCheers!", array($_['user_displayname'], $_['filename'], $_['link'])));
|
|
?>
|
|
|
|
--
|
|
<?php p($theme->getName() . ' - ' . $theme->getSlogan()); ?>
|
|
<?php print_unescaped("\n".$theme->getBaseUrl());
|