Skip to content

Commit

Permalink
connect Yii2-pages module
Browse files Browse the repository at this point in the history
  • Loading branch information
malder1975 committed Sep 30, 2016
1 parent d170a09 commit 00a08ee
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
8 changes: 8 additions & 0 deletions common/config/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,12 @@
'class' => 'yii\caching\FileCache',
],
],

'modules' => [

'pages' => [
'class' => 'bupy7\pages\Module',
'tableName' => '{{%your_table_name}}',
],
],
];
4 changes: 4 additions & 0 deletions frontend/views/layouts/vms.php
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,10 @@
<?= $content; ?>
<div class="footer">



<div id="yandex_map" style="width: 300px; height: 200px"></div>


</div>

Expand Down

0 comments on commit 00a08ee

Please sign in to comment.