%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/lightco1/www/templates/lightco/
Upload File :
Create Path :
Current File : /home/lightco1/www/templates/lightco/index-bk.php

<?php defined('_JEXEC') or die('Restricted access');
// Logo file or site title param
if($this->params->get('sitetitle')){
	$sitename=$this->params->get('sitetitle');
}
else {
	$sitename="LIGHTCO";
	}

if ($this->params->get('logofile'))
{
	$logo = '<img src="' . JUri::root() . $this->params->get('logofile') . '" alt="' . $sitename . '" />';
}
elseif ($this->params->get('sitetitle'))
{
	$logo = '<span title="' . $sitename . '">' . htmlspecialchars($this->params->get('sitetitle')) . '</span>';
}
else
{
	$logo = '<span title="' . $sitename . '">' . $sitename . '</span>';
}

//$bg=$this->baseurl .'/templates/'.$this->template.'/assets/images/bg.png';
if ($this->params->get('backgroundfile'))
{
	$bg=$this->params->get('backgroundfile');
}
?>
<!DOCTYPE html>
<html xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>">
<head>
<jdoc:include type="head" />
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title><?php echo $sitename; ?></title>

    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
    <!--[if lt IE 9]>
      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->

    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
	<!-- Include all compiled plugins (below), or include individual files as needed -->
	<?php 
$document = JFactory::getDocument();
$document->addScript('templates/'.$this->template.'/assets/js/messonry.js');
$document->addScript('templates/'.$this->template.'/assets/js/bootstrap.min.js');
$document->addStyleSheet('templates/'.$this->template.'/assets/css/font-awesome.min.css','text/css');
$document->addStyleSheet('templates/'.$this->template.'/assets/css/bootstrap.min.css','text/css');
$document->addStyleSheet('templates/'.$this->template.'/assets/css/custom.css','text/css');
$document->addStyleSheet('templates/'.$this->template.'/assets/css/mobile.css','text/css');
$document->addStyleSheet('templates/'.$this->template.'/assets/css/animate.css','text/css');
?>
    <!-- Start of lightcohelp Zendesk Widget script -->
<script>/*<![CDATA[*/window.zEmbed||function(e,t){var n,o,d,i,s,a=[],r=document.createElement("iframe");window.zEmbed=function(){a.push(arguments)},window.zE=window.zE||window.zEmbed,r.src="javascript:false",r.title="",r.role="presentation",(r.frameElement||r).style.cssText="display: none",d=document.getElementsByTagName("script"),d=d[d.length-1],d.parentNode.insertBefore(r,d),i=r.contentWindow,s=i.document;try{o=s}catch(c){n=document.domain,r.src='javascript:var d=document.open();d.domain="'+n+'";void(0);',o=s}o.open()._l=function(){var o=this.createElement("script");n&&(this.domain=n),o.id="js-iframe-async",o.src=e,this.t=+new Date,this.zendeskHost=t,this.zEQueue=a,this.body.appendChild(o)},o.write('<body onload="document._l();">'),o.close()}("https://assets.zendesk.com/embeddable_framework/main.js","lightcohelp.zendesk.com");
/*]]>*/</script>
<!-- End of lightcohelp Zendesk Widget script -->
  <script type="text/javascript">

var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-6331967-1']);
_gaq.push(['_trackPageview']);

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();

// jQuery(document).ready(function(){
//     jQuery(body).find(".main_layout_section").addClass("animated infinite bounce");
// });   

</script>

  </head>
<body style="background: rgba(0, 0, 0, 0) url('<?php echo $bg;?>') repeat fixed center 120px !important;">
<header id="header" class="">
<div class="container">
		<jdoc:include type="modules" name="position-socialIconsmobile" />
		<jdoc:include type="modules" name="position-searchmobile" />
<nav class="navbar">
    <!-- Brand and toggle get grouped for better mobile display -->
    <div class="navbar-header">
      <button type="button"  id="myImage" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
        
      </button>
      <a class="navbar-brand col-xs-7 col-md-12 col-sm-7" href="index.php"><img class="img-responsive" src="<?php echo $this->params->get('logofile'); ?>" /></a>
    </div>

    <!-- Collect the nav links, forms, and other content for toggling -->
    <div class="collapse navbar-collapse nopadding" id="bs-example-navbar-collapse-1">
      
		<jdoc:include type="modules" name="position-socialIcons" />
    

     <jdoc:include type="modules" name="position-search" />
      <div class="clearfix"></div>		
      <jdoc:include type="modules" name="position-mainmenu" />		
    </div><!-- /.navbar-collapse -->
</nav>	
	
</div>
</header><!-- /header -->


<section class="padding-top main_layout_section animated bounceInRight">
  <div class="container white-bg nopadding">
    <div class="grey-bg">  
    <div class="col-md-12">
      <div class="row">
        <div class="col-md-6 col-sm-6 banner-box">
           <jdoc:include type="modules" name="position-infobanner" />
        </div>
        <div class="col-md-6 col-sm-6 nopadding">
           
          <jdoc:include type="modules" name="position-topslider" />
           
        </div>
      </div>
    </div>
<div class="clearfix"></div>
  
  <jdoc:include type="modules" name="position-homevirtuemart" />
	</div>
      <jdoc:include type="component" />
  


<div class="clearfix"></div>
<div class="clearfix"></div>
    <div class="col-md-12 xs-top">
         <?php if($_GET['view']!="productdetails"){?>
          <jdoc:include type="modules" name="position-bottomlogoslider" />
         <?php }
         else {?>
		  <jdoc:include type="modules" name="position-relatedproducts" />
         <?php }?>
    </div>


      </div><!-- container-end -->
</section>


<footer>
<div class="container">    
<div class="row">
    <div class="col-md-12 col-sm-12">
      <div class="col-md-3 col-sm-3" >
          <jdoc:include type="modules" name="position-footerCompany" style="xhtml"/>
		  <jdoc:include type="modules" name="position-footerHelp" style="xhtml"/>
      </div>
       
       
      <div class="col-md-3 col-sm-3" >
      <jdoc:include type="modules" name="position-footerbrands" />
      </div>

     <div class="col-md-5 col-sm-6 col-md-offset-1 m-top-margin" >
		<jdoc:include type="modules" name="position-footerSubscribe" />
		<jdoc:include type="modules" name="position-footerHelpmobile" />
        <div class="addrs">
           <jdoc:include type="modules" name="position-footerGetintouch" />
        </div>
      </div>  

    </div>
  </div>
  
  <div class="row  hidden-xs">
    <div class="col-md-12 text-center">

        <p class="muted"><?php if($this->params->get('copyrightinfo')){
			echo $this->params->get('copyrightinfo');
		}
		else{
			echo "Copyright © 2016 LightCo Luxury Lighting Brands. All Rights Reserved";
		}
		?></p>
      
    </div>
  </div>
</div>  
</footer>

</html>
</body>

Zerion Mini Shell 1.0