MOON
Server: Apache
System: Linux server1.studioinfinity.com.br 2.6.32-954.3.5.lve1.4.90.el6.x86_64 #1 SMP Tue Feb 21 12:26:30 UTC 2023 x86_64
User: artinside (517)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //home/artinside/sites.artinside.com.br/iande/themes/web/views/page-title.php
<section class="page-title page-title-center page-title-parallax bg-primary parallax scroll-detect dark include-header">
    <?php if(isset($pageTitle) AND $pageTitle->image != ""): ?><img src="<?= $pageTitle->image ?>" class="parallax-bg" style="background-position: center"><?php endif; ?>
    <div class="container">

        <div class="page-title-row">

            <div class="page-title-content">
                <h1 data-animate="fadeInUp"><div class="fw-bold display-5 iande-light-text"><?= $pageTitle->title ?></div></h1>
                <span data-animate="fadeInUp" data-delay="300" class="text-white"><?= $pageTitle->subtitle ?></span>
            </div>


        </div>
    </div>
    <div class="w-100 h-100"
         style="position: absolute; bottom: -20px; background: url('<?= url(
             "images/bg-coral-3.png"
         ) ?>')no-repeat bottom center;"></div>
</section><!-- .page-title end -->