Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
die_coolen_jungs
our_own_cloud_project
Commits
d061b707
Commit
d061b707
authored
Apr 27, 2016
by
Thomas Müller
Browse files
Merge pull request #24310 from owncloud/enoch85-patch-1
2015 --> 2016
parents
2ab4b1ce
e4c21eef
Changes
1
Hide whitespace changes
Inline
Side-by-side
themes/example/defaults.php
View file @
d061b707
...
...
@@ -121,7 +121,7 @@ class OC_Theme {
* @return string short footer
*/
public
function
getShortFooter
()
{
$footer
=
'© 201
5
<a href="'
.
$this
->
getBaseUrl
()
.
'" target="_blank\">'
.
$this
->
getEntity
()
.
'</a>'
.
$footer
=
'© 201
6
<a href="'
.
$this
->
getBaseUrl
()
.
'" target="_blank\">'
.
$this
->
getEntity
()
.
'</a>'
.
'<br/>'
.
$this
->
getSlogan
();
return
$footer
;
...
...
@@ -132,7 +132,7 @@ class OC_Theme {
* @return string long footer
*/
public
function
getLongFooter
()
{
$footer
=
'© 201
5
<a href="'
.
$this
->
getBaseUrl
()
.
'" target="_blank\">'
.
$this
->
getEntity
()
.
'</a>'
.
$footer
=
'© 201
6
<a href="'
.
$this
->
getBaseUrl
()
.
'" target="_blank\">'
.
$this
->
getEntity
()
.
'</a>'
.
'<br/>'
.
$this
->
getSlogan
();
return
$footer
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment