Skip to content

Commit

Permalink
Update Theme.php
Browse files Browse the repository at this point in the history
  • Loading branch information
yaapis authored Jul 22, 2017
1 parent 2c8e74d commit 3820752
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/YAAP/Theme/Theme.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public function init($theme)
$this->finder->addLocation($path . '/' . $theme);

// add folder with views
$this->finder->addLocation($path . '/' . $theme . '/views');
$this->finder->addLocation($path . '/' . $theme . '/' . config('theme.containerDir.view'));

// read theme config
$current_theme_config = $this->_readConfig($path . '/' . $theme . '/config.php');
Expand Down Expand Up @@ -242,4 +242,4 @@ private function _readConfig($path){
}

}


0 comments on commit 3820752

Please sign in to comment.