Skip to content
GitLab
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
3508b43b
Commit
3508b43b
authored
May 11, 2016
by
Dominik Hebeler
Browse files
Seitentitel verschiedener Unterseiten korrigiert
closes
#29
closes
#22
parent
b6201a55
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/Http/routes.php
View file @
3508b43b
...
...
@@ -24,31 +24,31 @@
Route
::
get
(
'impressum'
,
function
()
{
return
view
(
'impressum'
)
->
with
(
'title'
,
'Impressum'
)
->
with
(
'title'
,
'Impressum
- MetaGer
'
)
->
with
(
'css'
,
'impressum.css'
);
});
Route
::
get
(
'about'
,
function
()
{
return
view
(
'about'
)
->
with
(
'title'
,
'Über Uns'
);
->
with
(
'title'
,
'Über Uns
- MetaGer
'
);
});
Route
::
get
(
'team'
,
function
()
{
return
view
(
'team.team'
)
->
with
(
'title'
,
'Team'
)
->
with
(
'title'
,
'Team
- MetaGer
'
)
->
with
(
'css'
,
'team.css'
);
});
Route
::
get
(
'team/pubkey-wsb'
,
function
()
{
return
view
(
'team.pubkey-wsb'
)
->
with
(
'title'
,
'Team'
);
->
with
(
'title'
,
'Team
- MetaGer
'
);
});
Route
::
get
(
'kontakt'
,
function
()
{
return
view
(
'kontakt.kontakt'
)
->
with
(
'title'
,
'Kontakt'
)
->
with
(
'title'
,
'Kontakt
- MetaGer
'
)
->
with
(
'css'
,
'kontakt.css'
)
->
with
(
'js'
,
[
'openpgp.min.js'
,
'kontakt.js'
]);
});
...
...
@@ -58,7 +58,7 @@
Route
::
get
(
'spende'
,
function
()
{
return
view
(
'spende'
)
->
with
(
'title'
,
'
Kontakt
'
)
->
with
(
'title'
,
'
Spenden - MetaGer
'
)
->
with
(
'css'
,
'donation.css'
);
});
Route
::
post
(
'spende'
,
'MailController@donation'
);
...
...
@@ -66,14 +66,14 @@
Route
::
get
(
'datenschutz'
,
function
()
{
return
view
(
'datenschutz'
)
->
with
(
'title'
,
'Datenschutz und Privatsphäre'
)
->
with
(
'title'
,
'Datenschutz und Privatsphäre
- MetaGer
'
)
->
with
(
'css'
,
'privacy.css'
);
});
Route
::
get
(
'hilfe'
,
function
()
{
return
view
(
'hilfe'
)
->
with
(
'title'
,
'
MetaGer - hilfe
'
)
->
with
(
'title'
,
'
Hilfe - MetaGer
'
)
->
with
(
'css'
,
'help.css'
);
});
});
\ No newline at end of file
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