mirror of
https://github.com/Mibew/mibew.git
synced 2025-01-31 13:24:41 +03:00
Fix styles screeenshots
This commit is contained in:
parent
e5031f9987
commit
83f6c31dd6
@ -110,16 +110,14 @@ class StyleController extends AbstractController
|
||||
*/
|
||||
protected function buildScreenshotList(StyleInterface $style)
|
||||
{
|
||||
$base_url = $this->getRouter()->getContext()->getBaseUrl();
|
||||
$base_path = $style->getFilesPath() . '/screenshots';
|
||||
$style_config = $style->getConfigurations();
|
||||
|
||||
$screenshots = array();
|
||||
foreach ($style_config['screenshots'] as $name => $desc) {
|
||||
$screenshots[] = array(
|
||||
'name' => $name,
|
||||
'file' => ($base_url . '/'
|
||||
. $style->getFilesPath() . '/screenshots/'
|
||||
. $name . '.png'),
|
||||
'file' => $this->asset($base_path . '/' . $name . '.png'),
|
||||
'description' => $desc,
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user