Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
aurweb
Commits
fd6ba764
Commit
fd6ba764
authored
Oct 17, 2015
by
Lukas Fleischer
Browse files
Make copyright notice translatable
Fixes FS#46747. Signed-off-by:
Lukas Fleischer
<
lfleischer@archlinux.org
>
parent
34800e5e
Changes
1
Hide whitespace changes
Inline
Side-by-side
web/template/footer.php
View file @
fd6ba764
...
...
@@ -5,7 +5,7 @@
<?php
if
(
$ver
)
:
?>
<p>
aurweb
<a
href=
"https://projects.archlinux.org/aurweb.git/log/?h=
<?=
htmlspecialchars
(
$ver
,
ENT_QUOTES
)
?>
"
>
<?=
htmlspecialchars
(
$ver
)
?>
</a></p>
<?php
endif
;
?>
<p>
Copyright
©
2004-
<?=
date
(
"Y"
)
?>
aurweb Development Team.
</p>
<p>
<?=
__
(
'
Copyright
%s 2004-%d
aurweb Development Team.
'
,
'©'
,
date
(
'Y'
))
</
p
>
<
p
><?=
__
(
'AUR packages are user produced content. Any use of the provided files is at your own risk.'
)
?>
</p>
</div>
</div>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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