Skip to content

Instantly share code, notes, and snippets.

@mgerasimchuk
Created September 28, 2015 09:34
Show Gist options
  • Save mgerasimchuk/b782b453db6282c79ee0 to your computer and use it in GitHub Desktop.
Save mgerasimchuk/b782b453db6282c79ee0 to your computer and use it in GitHub Desktop.
<?php
/* @var $this \yii\web\View */
/* @var $content string */
use frontend\assets\AppAsset;
use frontend\widgets\Services;
use frontend\widgets\Portfolio;
use frontend\widgets\AboutWidget;
use frontend\widgets\Team;
use frontend\widgets\Partners;
use frontend\widgets\Contact;
AppAsset::register($this);
?>
<?= Services::widget() ?>
<?= Portfolio::widget() ?>
<?= AboutWidget::widget() ?>
<?= Team::widget() ?>
<?= Partners::widget() ?>
<?= Contact::widget() ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment