Magento Extensions Rating 2024
EXTENSIONS BY CATEGORY
B2B (Business-To-Business)
Blog
Customer
ERP (Enterprise Resource Planning)
Mega Menu
One Step Checkout
Order
POS (Point Of Sale)
Search
Shopping Cart
Sitemap
SEO
Social
Stock & Inventory Management
EXTENSIONS BY DEVELOPER
aheadWorks
Amasty
Boost My Shop
BSS Commerce
Magestore
MageWorx
Mirasvit
Templates Master
Wyomind
XTENTO
Magento 2 Documentation
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
vendor
magento
module-marketplace
view
adminhtml
templates
partners.phtml
Go to the documentation of this file.
1
<?php
7
// @codingStandardsIgnoreFile
8
9
?>
10
<?php
11
$partners
=
$block
->getPartners();
12
?>
13
<?php
if
(
$partners
) : ?>
14
<?php
foreach
(
$partners
as $partner) : ?>
15
<div
class
=
"partner"
>
16
<img
17
class
=
"partner-image"
18
src=
"<?= $block->escapeHtml($partner['img']) ?>"
19
alt=
"<?= $block->escapeHtml($partner['title']) ?>"
/>
20
<h3
class
=
"partner-title"
><?=
$block
->escapeHtml($partner[
'title'
]) ?></h3>
21
<p
class
=
"partner-description"
>
22
<?=
$block
->escapeHtml($partner[
'description'
]) ?>
23
<br />
24
<a href=
"<?= $block->escapeHtml($partner['url_page']) ?>"
target=
"_blank"
>
25
<?=
/* @escapeNotVerified */
__
(
'Read More'
) ?>
26
</a>
27
<br />
28
<a href=
"<?= $block->escapeHtml($partner['url_partner_page']) ?>"
target=
"_blank"
>
29
<?=
/* @escapeNotVerified */
__
(
'Partner Page'
) ?>
30
</a>
31
</p>
32
</div>
33
<?php
endforeach
; ?>
34
<?php
else
: ?>
35
<p>
36
<?=
/* @escapeNotVerified */
__
(
'No partners were found'
) ?>
37
</p>
38
<?php
endif
; ?>
endforeach
if( $partners)( $partners as $partner)( $partner[ 'img']) ?>" alt endforeach
Definition:
partners.phtml:29
__
__()
Definition:
__.php:13
$partners
$partners
Definition:
partners.phtml:11
$block
$block
Definition:
block.php:8
else
if(file_exists($vendorAutoload)) else
Definition:
autoload.php:31
endif
endif
Definition:
404.phtml:116