コード例 #1
0
ファイル: HtmlResponder.php プロジェクト: nekudo/shiny_blog
 public function __construct(array $config)
 {
     parent::__construct($config);
     $this->themeFolder = $config['themesFolder'] . '/' . $config['theme'] . '/';
 }