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
magento2-base
setup
view
magento
setup
index.phtml
Go to the documentation of this file.
1
<?php
6
?>
7
<div ng-include=
"'index.php/navigation/side-menu'"
style=
"display: inline-block"
></div>
8
<div
class
=
"{{$state.current.type == 'install' && !$state.current.wrapper ? 'container' : 'page-wrapper'}}"
>
9
<div ng-include=
"'index.php/navigation/header-bar'"
></div>
10
<
main
id
=
"anchor-content"
class
=
"page-content"
>
11
<?= $this->render(
'navigation/menu.phtml'
) ?>
12
<div
13
id
=
"main"
14
class
=
"{{class}}"
15
ng-controller=
"mainController"
16
>
17
<div
ui
-view=
"root"
>
18
<div
ui
-view></div>
19
</div>
20
</div>
21
</
main
>
22
</div>
Magento\NonComposerComponentRegistration\main
main()
Definition:
NonComposerComponentRegistration.php:18
ui
jquery ui
Definition:
tree.phtml:41