mirror of https://github.com/4xmen/xshop.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
397 B
PHTML
15 lines
397 B
PHTML
<header class='ParallaxHeaderPin' style="background-image: url('{{$bg??asset('upload/images/'.$data->area->name.'.'.$data->part.'.jpg')}}')">
|
|
<div class="{{gfx()['container']}}">
|
|
<h1>
|
|
{{$title}}
|
|
</h1>
|
|
<h2>
|
|
|
|
{{$subtitle}}
|
|
</h2>
|
|
<div class="fake-container">
|
|
|
|
</div>
|
|
</div>
|
|
</header>
|