Ver código fonte

Small text error

Small text error
tags/v14.0.0beta1
chiyi4488 5 anos atrás
pai
commit
e4c583c186
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      themes/example/defaults.php

+ 1
- 1
themes/example/defaults.php Ver arquivo

@@ -90,7 +90,7 @@ class OC_Theme {
* @return string short footer
*/
public function getShortFooter() {
$footer = '© 2017 <a href="'.$this->getBaseUrl().'" target="_blank\">'.$this->getEntity().'</a>'.
$footer = '© 2018 <a href="'.$this->getBaseUrl().'" target="_blank\">'.$this->getEntity().'</a>'.
'<br/>' . $this->getSlogan();

return $footer;

Carregando…
Cancelar
Salvar