HEX
Server: Apache
System: Linux msm5694.mjhst.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User: camjab_ssh (1000)
PHP: 5.3.29
Disabled: NONE
Upload Files
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>