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/annoncelights.dk/public_html/ |
<?php
include_once "db_connection.php";
include_once "functions.php";
require_once 'Mobile_Detect.php';
$detect = new Mobile_Detect;
?>
<!DOCTYPE html>
<html lang="<?= $language ?>">
<head>
<?php include_once "new_head.php"; ?>
</head>
<body id="myPage">
<div id="mobile-indicator"></div>
<div id="page-wrapper">
<?php include_once "header.php"; ?>
<section id="content" class="<?= $container.' '.$cont_fluid_bg_class ?> container-fluid">
<div class="col-sm-12 col-md-12 col-xs-12 col-lg-12 no-padding">
<?php
if($page_ad_active == 1 || $page_top_ad_active == 1 || $page_left_ad_active == 1 || $page_right_ad_active == 1 || WEBSITE_PAGE_LAYOUT=="small"){
?>
<div class="col-sm-12 col-md-1 col-xs-12 col-lg-1"><?=$left_side_banner?></div>
<?php } ?>
<div class="<?= $page_ad_bs_class ?>">
<div class="section pt-0 pb-50">
<center class="description">
<h1>Banners</h1>
<hr class="hr_lines">
<p class="mb-90">Vælg en af vores bannere, som du vil dele på din hjemmeside med store fordele.</a></p>
</center>
<div class="col-xs-12 col-md-8 col-md-offset-2 col-sm-12">
<div class="col-xs-12 col-md-12 col-lg-12 col-sm-12 mb-30">
<div class="image_center img_468_60">
<font face="Arial" style="font-size: 8pt">
<a href="https://www.annoncelights.dk"><font color="#f5be41">Annoncelight</font></a><br>
<a href="https://www.annoncelights.dk"><font color="#f5be41"><img src="https://www.annoncelights.dk/img-223GHG/favicon/favi.png" width="100" height="100" border="0" alt="logo"></font></a><br>
<a href="https://www.annoncelights.dk"><font color="#f5be41">Annoncelight dk</font></a>
<a href="https://www.annoncelights.dk"><font color="#f5be41">Annonce light</font></a><br>
<a href="https://www.annoncelights.dk/esbjerg"><font color="#f5be41">Annoncelight Esbjerg</font></a>
<a href="https://www.annoncelights.dk/vejle"><font color="#f5be41">Annoncelight Vejle</font></a>
</div>
<p class="col-md-6 col-md-offset-3 col-xs-12 mt-10">
<textarea class="col-md-12 col-xs-12" rows="4" autocomplete="off">
<font face="Arial" style="font-size: 8pt">
<a href="https://www.annoncelights.dk"><font color="#f5be41">Annoncelight</font></a><br>
<a href="https://www.annoncelights.dk"><font color="#f5be41"><img src="https://www.annoncelights.dk/img-223GHG/favicon/favi.png" width="100" height="100" border="0" alt="logo"></font></a><br>
<a href="https://www.annoncelights.dk"><font color="#f5be41">Annoncelight dk</font></a>
<a href="https://www.annoncelights.dk"><font color="#f5be41">Annonce light</font></a><br>
<a href="https://www.annoncelights.dk/esbjerg"><font color="#f5be41">Annoncelight Esbjerg</font></a>
<a href="https://www.annoncelights.dk/vejle"><font color="#f5be41">Annoncelight Vejle</font></a>
</textarea>
</p>
</div>
</div>
<div class="row description text-center mt-60">
<div class="col-md-12 col-sm-12">
<hr class="hr_lines">
<h2 class="mt-10 mb-10" style="font-size: 20px; opacity: 0.9">Kopiér koden fra boksen for at dele den på din hjemmeside</h2>
<p class="h2_description">Når du deler vores banner på din hjemmeside, har du også mulighed for at tilføje din hjemmeside til vores med et par klik, udfyld blot registreringsformularen og din hjemmeside er tilføjet på få sekunder. selvom du ikke har et banner, er det ikke noget problem, vi laver et til dig, bare <a href="<?= SUB_URL.'/add-website' ?>" style="text-decoration: underline;">Klik her!</a> og følg beskrivelsen trin for trin</p>
</div>
<!--<div class="col-md-4 col-sm-6">
<p class="h2_footer_title">
Find the best escort
</p>
<p class="h2_description">Use our search options to find the best escort in your local area. With our search criteria, you can find exactly the escort you are looking for</p>
</div>
<div class="col-md-4 col-sm-6">
<p class="h2_footer_title">
Trustworthy and free
</p>
<p class="h2_description">Our site is 100% free for the users to find erotic experiences and for advertisers to make their adverts on our platform</p>
</div>
<div class="col-md-4 col-sm-6">
<p class="h2_footer_title">
Create Escort ads
</p>
<p class="h2_description">Sign up with the sign-up form to make free adult work adverts and to get access to our many functions in my account area</p>
</div>-->
</div>
</div>
</div>
<?php
if($page_ad_active == 1 || $page_top_ad_active == 1 || $page_left_ad_active == 1 || $page_right_ad_active == 1 || WEBSITE_PAGE_LAYOUT=="small"){
?>
<div class="col-sm-12 col-md-1 col-xs-12 col-lg-1"><?=$right_side_banner?></div>
<?php
}
?>
</div>
</section>
<footer id="footer">
<div class="footer-wrapper">
<?php include_once 'footer.php'; ?>
</div>
</footer>
</div>
<?php include_once 'js_zone.php'; ?>
</body>
</html>