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
bba513d2
Commit
bba513d2
authored
Jul 04, 2016
by
Dominik Hebeler
Browse files
404 Seiten funktionieren wieder
Placeholder auf der Startseite wieder gesetzt
parent
ea7dde5d
Changes
2
Hide whitespace changes
Inline
Side-by-side
resources/lang/de/index.php
View file @
bba513d2
...
...
@@ -23,6 +23,8 @@ return [
'about.2.1'
=>
'Wir arbeiten nicht gewinnorientiert, wir sind ein '
,
'about.2.2'
=>
'gemeinnütziger Verein. '
,
'placeholder'
=>
'MetaGer: Sicher suchen & finden, Privatsphäre schützen'
,
'plugin.head.1'
=>
'MetaGer zum Firefox hinzufügen'
,
'plugin.head.2'
=>
'MetaGer zum Chrome hinzufügen'
,
'plugin.head.3'
=>
'MetaGer zum Opera hinzufügen'
,
...
...
resources/views/layouts/staticPages.blade.php
View file @
bba513d2
...
...
@@ -37,9 +37,9 @@
</div>
<div
class=
"collapse navbar-collapse"
id=
"navbar-collapse"
>
<ul
class=
"nav navbar-nav navbar-right"
>
<li
@
if
($
navbarFocus =
==
'
suche
')
class=
"active"
@
endif
>
<li
@
if
(
!
isset
($
navbarFocus
)
||
$
navbarFocus =
==
'
suche
')
class=
"active"
@
endif
>
<a
href=
"{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "
/")
}}"
id=
"navigationSuche"
>
{{ trans('staticPages.nav1') }}
</a></li>
<li
@
if
($
navbarFocus =
==
'
foerdern
')
class=
"dropdown active"
@
else
class=
"dropdown"
@
endif
>
<li
@
if
(
isset
($
navbarFocus
)
&&
$
navbarFocus =
==
'
foerdern
')
class=
"dropdown active"
@
else
class=
"dropdown"
@
endif
>
<a
class=
"dropdown-toggle"
data-toggle=
"dropdown"
role=
"button"
aria-haspopup=
"true"
aria-expanded=
"false"
>
{{ trans('staticPages.nav16') }}
<span
class=
"caret"
></span></a>
<ul
class=
"dropdown-menu"
>
...
...
@@ -47,9 +47,9 @@
<li><a
href=
"https://www.boost-project.com/de/shops?charity_id=1129&tag=bl"
>
{{ trans('staticPages.nav17') }}
</a></li>
</ul>
</li>
<li
@
if
($
navbarFocus =
==
'
datenschutz
')
class=
"active"
@
endif
>
<li
@
if
(
isset
($
navbarFocus
)
&&
$
navbarFocus =
==
'
datenschutz
')
class=
"active"
@
endif
>
<a
href=
"{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "
/
datenschutz
/")
}}"
id=
"navigationPrivacy"
>
{{ trans('staticPages.nav3') }}
</a></li>
<li
@
if
($
navbarFocus =
==
'
kontakt
')
class=
"dropdown active"
@
else
class=
"dropdown"
@
endif
>
<li
@
if
(
isset
($
navbarFocus
)
&&
$
navbarFocus =
==
'
kontakt
')
class=
"dropdown active"
@
else
class=
"dropdown"
@
endif
>
<a
class=
"dropdown-toggle"
data-toggle=
"dropdown"
role=
"button"
aria-haspopup=
"true"
aria-expanded=
"false"
id=
"navigationKontakt"
>
{{ trans('staticPages.nav18') }}
<span
class=
"caret"
></span></a>
<ul
class=
"dropdown-menu"
>
...
...
@@ -60,7 +60,7 @@
<li><a
href=
"{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "
/
impressum
/")
}}"
>
{{ trans('staticPages.nav8') }}
</a></li>
</ul>
</li>
<li
@
if
($
navbarFocus =
==
'
dienste
')
class=
"dropdown active"
@
else
class=
"dropdown"
@
endif
>
<li
@
if
(
isset
($
navbarFocus
)
&&
$
navbarFocus =
==
'
dienste
')
class=
"dropdown active"
@
else
class=
"dropdown"
@
endif
>
<a
class=
"dropdown-toggle"
data-toggle=
"dropdown"
role=
"button"
aria-haspopup=
"true"
aria-expanded=
"false"
>
{{ trans('staticPages.nav15') }}
<span
class=
"caret"
></span></a>
<ul
class=
"dropdown-menu"
>
...
...
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