Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 4cb37c75 authored by Akhil's avatar Akhil
Browse files

MR to fix copyright text

parent 4ec20175
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -108,7 +108,7 @@ class OC_Theme {
	 * @return string short footer
	 */
	public function getShortFooter() {
		$footer = 'Copyright © ' . date('Y') . ' <a href="' . $this->getBaseUrl() . '" target="_blank">' . $this->getName() . '</a>' ;
		$footer = 'Copyright © ' . date('Y') . ' <a href="' . $this->getBaseUrl() . '" target="_blank">' . 'Murena' . '</a>' ;

		return $footer;
	}
@@ -117,7 +117,7 @@ class OC_Theme {
	 * @return string long footer
	 */
	public function getLongFooter() {
		$footer = '<p>'.(\OC::$server->getL10N('core')->t('Copyright')).' © ' . date('Y') .' '.$this->getName() .'-'.(\OC::$server->getL10N('core')->t('All Rights Reserved')).'-</p>' ;
		$footer = '<p>'.(\OC::$server->getL10N('core')->t('Copyright')).' © ' . date('Y') .' '. 'Murena' .'-'.(\OC::$server->getL10N('core')->t('All Rights Reserved')).'-</p>' ;
		$footer .= '<p>'.' <a href="' . $this->getTermsUrl() . '" target="_blank"> '.(\OC::$server->getL10N('core')->t('Terms of Service')).' </a>';
		$footer .= ' - '.' <a href="' . $this->getPrivacyUrl() . '" target="_blank"> '.(\OC::$server->getL10N('core')->t('Privacy Policy')).' </a> </p>';