fileLocations)); $this->addThemeFiles(); } protected function addThemeFiles() { $themeStylesheet = $this->getTheme()->getStylesheet(); if($themeStylesheet) { $this->fileLocations[] = $themeStylesheet; } } }