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.
11 lines
483 B
PHTML
11 lines
483 B
PHTML
<section class='GradientTextLink py-4' style="--deg: {{getSetting($data->area->name.'_'.$data->part.'_deg')}}deg">
|
|
<div class="{{gfx()['container']}} py-4 text-center">
|
|
<h1>
|
|
{{getSetting($data->area->name.'_'.$data->part.'_title')}}
|
|
</h1>
|
|
<a class="btn btn-outline-invert" href="{{getSetting($data->area->name.'_'.$data->part.'_link')}}">
|
|
{{getSetting($data->area->name.'_'.$data->part.'_btn')}}
|
|
</a>
|
|
</div>
|
|
</section>
|