File: /home/httpd/html/freecam2.com/public_html/templates/default/template.languages.php
<section class="top-section">
<div class="container-fluid d-flex flex-wrap custom-90 position-relative" style="max-height: 100%; overflow: hidden;">
<div class="content">
<div class="row header-row my-2">
<div class="col-xl-8 col-lg-9 col-md-12 col-sm-12">
<span class="text-uppercase d-flex flex-xl-nowrap flex-wrap justify-content-start align-items-center" href="index.html">
<span class="text-header me-3"><? echo $headertitle; ?></span>
</span>
</div>
</div>
<div class="row gallery" style='padding-top: 30px;'>
<?php
foreach($result as $row) {
getTemplate('template.language_item.php');
}
?>
</div>
</div>
</div>
</section>