Hi all
According to this page https://aimeos.org/docs/Configuration/C ... te/baseurl I want to change my theme folder. I did so, but it does not help. After my investigation i found
vendor\aimeos\aimeos-laravel\src\views\base.blade.php:
As i see, the folder is defined strict, and /client/html/common/template/baseurl means nothing at this case. Is it right? Can I help to fix it up?
According to this page https://aimeos.org/docs/Configuration/C ... te/baseurl I want to change my theme folder. I did so, but it does not help. After my investigation i found
vendor\aimeos\aimeos-laravel\src\views\base.blade.php:
Code: Select all
@extends('app')
@section('aimeos_styles')
<link type="text/css" rel="stylesheet" href="{{ asset('packages/aimeos/shop/themes/elegance/common.css') }}" />
<link type="text/css" rel="stylesheet" href="{{ asset('packages/aimeos/shop/themes/elegance/aimeos.css') }}" />
@stop
As i see, the folder is defined strict, and /client/html/common/template/baseurl means nothing at this case. Is it right? Can I help to fix it up?
Laravel 5.5.22 | php 7.0.26 | Centos 7 | Aimeos Laravel 2017.10 --> 2018.1