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.
xshop/resources/views/segments/header/ParallaxHeaderPin/ParallaxHeaderPin.blade.php

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>
&nbsp;
{{$subtitle}}
</h2>
<div class="fake-container">
&nbsp;
</div>
</div>
</header>