Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
0c4a4035
Commit
0c4a4035
authored
Oct 12, 2016
by
Karl
Browse files
Beitrittsformular jetzt unter Navigationspunkt fördern erreichbar
parent
20fec40c
Changes
2
Hide whitespace changes
Inline
Side-by-side
resources/lang/de/staticPages.php
View file @
0c4a4035
...
...
@@ -6,8 +6,6 @@ return [
'nav1'
=>
'Suche'
,
'nav2'
=>
'Spenden'
,
'nav3'
=>
'Datenschutz'
,
'nav20'
=>
'Hilfe'
,
'nav21'
=>
'FAQ'
,
'nav4'
=>
'Forum'
,
'nav5'
=>
'Kontakt'
,
'nav6'
=>
'Team'
,
...
...
@@ -24,7 +22,10 @@ return [
'nav17'
=>
'Einkaufen bei MetaGer-Fördershops'
,
'nav18'
=>
'Kontakt'
,
'nav19'
=>
'Sprache'
,
'nav20'
=>
'Hilfe'
,
'nav21'
=>
'FAQ'
,
'nav22'
=>
'Zitatsuche'
,
'nav23'
=>
'Beitrittsformular SUMA-EV'
,
'nav24'
=>
'MetaGer Quellcode'
,
'navigationToggle'
=>
'Navigation anzeigen'
,
...
...
resources/views/layouts/staticPages.blade.php
View file @
0c4a4035
...
...
@@ -53,6 +53,7 @@
<span
class=
"caret"
></span></a>
<ul
class=
"dropdown-menu"
>
<li><a
href=
"{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "
/
spende
/")
}}"
>
{{ trans('staticPages.nav2') }}
</a></li>
<li><a
href=
"{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "
/
beitritt
/")
}}"
>
{{ trans('staticPages.nav23') }}
</a></li>
<li><a
href=
"https://www.boost-project.com/de/shops?charity_id=1129&tag=bl"
>
{{ trans('staticPages.nav17') }}
</a></li>
</ul>
</li>
...
...
Write
Preview
Supports
Markdown
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