Skip to content

Commit

Permalink
fix path to extension folder in main layout
Browse files Browse the repository at this point in the history
  • Loading branch information
ricar2ce committed Jun 12, 2019
1 parent 83b0c39 commit e540ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view/layouts/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
app\assets\AppAsset::register($this);
}
$bundle = Assets::register($this);
$directoryAsset = Yii::$app->assetManager->getPublishedUrl('@vendor/rce/yii2-material-theme/assets');
$directoryAsset = Yii::$app->assetManager->getPublishedUrl('@vendor/ricar2ce/yii2-material-theme/assets');
?>
<?php $this->beginPage() ?>
<!DOCTYPE html>
Expand Down

0 comments on commit e540ae4

Please sign in to comment.