]> source.dussan.org Git - nextcloud-server.git/commitdiff
make mail footer aware of different themes
authorBjörn Schießle <schiessle@owncloud.com>
Thu, 27 Jun 2013 16:28:53 +0000 (18:28 +0200)
committerBjörn Schießle <schiessle@owncloud.com>
Thu, 27 Jun 2013 16:28:53 +0000 (18:28 +0200)
lib/mail.php

index 61634632efce4c3bb2330b51fe422fc5c5085878..07b08557a7d348faad60254b34d6e09703d1385b 100644 (file)
@@ -114,8 +114,8 @@ class OC_Mail {
        public static function getfooter() {
 
                $txt="\n--\n";
-               $txt.="ownCloud\n";
-               $txt.="Your Cloud, Your Data, Your Way!\n";
+               $txt.=OC_Defaults::getName() . "\n";
+               $txt.=OC_Defaults::getSlogan() . "\n";
                return($txt);
 
        }