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
eb61e790
Commit
eb61e790
authored
Jun 21, 2017
by
Dominik Hebeler
Browse files
Merge branch 'patch-2' into 'development'
Update metager3.blade.php See merge request
!937
parents
77ba7de0
616f43f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/metager3.blade.php
View file @
eb61e790
...
...
@@ -25,7 +25,10 @@
<
div
class
=
"col-xs-12 col-md-12 resultContainer"
>
@
endif
@
if
(
$metager
->
hasProducts
())
@
include
(
'layouts.products'
,
[
'products'
=>
$metager
->
getProducts
()])
@
if
(
$metager
->
getFokus
()
!==
"produktsuche"
&&
!
$apiAuthorized
)
@
include
(
'layouts.products'
,
[
'products'
=>
$metager
->
getProducts
()])
@
endif
@
else
@
for
(
$i
=
0
;
$i
<=
2
;
$i
++
)
@
include
(
'layouts.ad'
,
[
'ad'
=>
$metager
->
popAd
()])
...
...
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