Server : LiteSpeed System : Linux nl-srv-web1396.main-hosting.eu 4.18.0-553.83.1.lve.el8.x86_64 #1 SMP Wed Nov 12 10:04:12 UTC 2025 x86_64 User : u107206879 ( 107206879) PHP Version : 7.2.34 Disable Function : NONE Directory : /home/u107206879/domains/escort46.de/public_html/ |
<?php if($section_keyword_status){ ?>
<div class="<?= $section_container ?> section">
<div class="description text-center">
<hr class="hr_lines">
<h2><?php $tv = $section_keyword_title?$section_keyword_title : $jsonarray[$language]['section_keyword_title'];
echo repss('%%category%%',$get_category, $tv);
?></h2>
<p><?php $tv = $section_keyword_sub_title?$section_keyword_sub_title : $jsonarray[$language]['section_keyword_sub_title'];
echo repss('%%category%%',$get_category, $tv);
?></p>
</div>
<div id="countries">
<?php
$seo_links = '';
$query=mysqli_query($connection,"SELECT DISTINCT keyword FROM seo_keywords WHERE language='$language'");
?>
<?php while($seo_kw=mysqli_fetch_assoc($query)){
$seo_link = $seo_kw['keyword'];
$seo_value = str_replace('-',' ',$seo_link);
?>
<a class="keywordclickable" href="<?=SUB_URL;?>/<?=$seo_link;?>" title="<?=ucfirst($seo_value);?>">
<p class="countrytitle"><?=ucfirst($seo_value);?></p>
</a>
<?php } ?>
</div>
</div>
<?php } ?>