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
d8b2f646
Commit
d8b2f646
authored
Dec 12, 2017
by
Dominik Hebeler
Browse files
Spendenaufruf auch für alle neu geladenen Tabs eingebaut
parent
89f772ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/metager3results.blade.php
View file @
d8b2f646
...
...
@@ -17,12 +17,27 @@
</
div
>
@
endif
<
div
class
=
"col-xs-12 col-md-8"
>
@
if
(
!
$apiAuthorized
&&
LaravelLocalization
::
getCurrentLocale
()
==
"de"
&&
strpos
(
url
()
->
current
(),
'/beitritt'
)
===
false
&&
strpos
(
url
()
->
current
(),
'/spendenaufruf'
)
===
false
)
<
div
class
=
"row"
style
=
"margin-bottom: 10px"
>
<
div
class
=
"col-sm-1"
>
</
div
>
<
div
class
=
"col-sm-10"
>
<
a
href
=
"/spendenaufruf"
target
=
"_blank"
style
=
"
background-color: white;
display: inline-block;
width: 100%;
"
>
<
img
src
=
"/img/aufruf.png"
alt
=
"Spendenaufruf SuMa eV"
width
=
"100%"
>
</
a
>
</
div
>
</
div
>
@
endif
@
if
(
$metager
->
hasProducts
())
@
if
(
$metager
->
getFokus
()
!==
"produktsuche"
&&
!
$apiAuthorized
)
@
include
(
'layouts.products'
,
[
'products'
=>
$metager
->
getProducts
()])
@
endif
@
else
@
for
(
$i
=
0
;
$i
<=
2
;
$i
++
)
@
for
(
$i
=
0
;
$i
<=
1
;
$i
++
)
@
include
(
'layouts.ad'
,
[
'ad'
=>
$metager
->
popAd
()])
@
endfor
@
endif
...
...
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