Your IP : 216.73.216.240


Current Path : /home/j/u/v/juvelize/martine/templates/ah-68-kleines-schwarzes/
Upload File :
Current File : /home/j/u/v/juvelize/martine/templates/ah-68-kleines-schwarzes/index.php

<!DOCTYPE HTML>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>">
<head>
<jdoc:include type="head" />
<?php
/*--------------------------------------------------------------------------------
# ah-68 Kleines Schwarzes 3.x - Januar 2014 (J3.x)
# Copyright (C) 2006-2013 www.ah-68.de All Rights Reserved.
----------------------------------------------------------------------------------*/
	
// No Direct Access
defined( '_JEXEC' ) or die;
	
// Setting Variable For Template Base url
$template_baseurl = $this->baseurl . '/templates/' . $this->template;

require("php/module.php");
require("php/template.php");

// Load jQuery Library
JHtml::_('jquery.framework');

?>
<link href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/template.css.php" rel="stylesheet" type="text/css" media="all" />
<?php $defStyle = $this->params->get("color", orange); ?>
<link href="<?php echo $template_baseurl; ?>/css/<?php echo $defStyle; ?>.css" rel="stylesheet"  type="text/css" />
<script type="text/javascript" src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/js/jquery.custom.php"></script>

<!-- Enabling HTML5 support for Internet Explorer -->
<!--[if lt IE 9]>
          <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->

<?php if (($this->params->get('webfont')) !=0) : ?>
<link href='http://fonts.googleapis.com/css?family=<?php echo $this->params->get('webfonttype'); ?>' rel='stylesheet' type='text/css'>
<?php endif; ?>
</head>
<body>
<?php if ($this->countModules('sidebar')) : ?>
<!-- Start Sidebar -->
<div id="sidebar">
  <div class="sidebar">
    <jdoc:include type="modules" name="sidebar" style="raw" />
  </div>
</div>
<!-- Ende Sidebar -->
<?php endif; ?>

<!-- Start Topstripe -->
<div class="topstripe"> </div>
<!-- Ende Topstripe -->

<?php if ($this->countModules('headnav')) : ?>
<!-- Start Headnav -->
<div id="headnav">
  <div class="headnav">
    <jdoc:include type="modules" name="headnav" style="raw" />
  </div>
</div>
<!-- Ende Headnav -->
<?php endif; ?>

<!-- Start Wrapper -->
<div id="wrapper"> 
  
  <!-- Start Wrap -->
  <div id="wrap"> 
    
    <!-- Start Header -->
    <div id="header">
      <?php if (($this->params->get('logoimg')) !=0) : ?>
      <!-- Start Logo -->
      <div class="logo">
        <?php if (($this->params->get('logouploadchoice')) !=1) : ?>
        <a class="logo-hover" href="index.php" title="<?php echo $this->params->get('logotitle');?>"><span><img alt="Logo" src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/images/logo/<?php echo ($this->params->get('logo'));?>"/></span></a>
        <?php endif;?>
        <?php if (($this->params->get('logouploadchoice')) !=0) : ?>
        <a href="index.php" title="<?php echo $this->params->get('logotitle');?>"><img alt="Logo" src="<?php echo $this->params->get('logoupload');?>"/></a>
        <?php endif;?>
      </div>
      <!-- Ende Logo -->
      <?php endif;?>
      <?php if (($this->params->get('logotypo')) !=0) : ?>
      <!-- Start Logo Typo -->
      <div class="logo-typo">
        <h2 class="logotypo"><a href="index.php"><?php echo  $this->params->get('logotypotext'); ?></a></h2>
      </div>
      <!-- Ende Logo Typo -->
      <?php endif;?>
    </div>
    <!-- Ende Header -->
    
    <?php if ($this->countModules('superfish or search')) : ?>
    <!-- Start Topnav -->
    <div id="topnav">
      <div class="topnav-inner">
        <?php if ($this->countModules('superfish')) : ?>
        <div class="topnav">
          <jdoc:include type="modules" name="superfish" style="raw" />
        </div>
        <?php endif; ?>
        <?php if ($this->countModules('search')) : ?>
        <!-- Start Search -->
        <div id="search">
          <div class="search">
            <jdoc:include type="modules" name="search" style="raw" />
          </div>
        </div>
        <!-- Ende Search -->
        <?php endif; ?>
      </div>
    </div>
    <!-- Ende Topnav -->
    <?php endif;?>
    <?php if ($this->countModules('slider')) : ?>
    
    <!-- Start Slider -->
    <div id="slider">
      <div class="slider">
        <jdoc:include type="modules" name="slider" style="raw" />
      </div>
    </div>
    <!-- Ende Slider -->
    
    <?php endif; ?>
    
    <!-- Start Contentframe -->
    <div id="contentframe"> 
      
      <!-- Start Wrapper Head -->
      <div class="wrapper-head"> </div>
      <!-- Ende Wrapper Head --> 
      
      <!-- Start Wrapper Float -->
      <div class="wrapper-float"> 
        
        <!-- Start Content-Frame -->
        <div class="content-frame">
          <?php if($this->countModules('top1 or top2 or top3 or top4')) : ?>
          <!-- Start Top Module -->
          <div id="top_container">
            <?php if ($this->countModules('top1')) : ?>
            <div class="<?php echo $top_container; ?>">
              <jdoc:include type="modules" name="top1" style="xhtml" />
            </div>
            <?php endif; ?>
            <?php if ($this->countModules('top2')) : ?>
            <div class="<?php echo $top_container; ?>">
              <jdoc:include type="modules" name="top2" style="xhtml" />
            </div>
            <?php endif; ?>
            <?php if ($this->countModules('top3')) : ?>
            <div class="<?php echo $top_container; ?>">
              <jdoc:include type="modules" name="top3" style="xhtml" />
            </div>
            <?php endif; ?>
            <?php if ($this->countModules('top4')) : ?>
            <div class="<?php echo $top_container; ?>">
              <jdoc:include type="modules" name="top4" style="xhtml" />
            </div>
            <?php endif; ?>
          </div>
          <!-- Ende Top Module -->
          <?php endif; ?>
          <?php if ($this->countModules('left')) : ?>
          <!-- Start leftframe -->
          <div id="leftframe">
            <jdoc:include type="modules" name="left" style="xhtml" />
          </div>
          <!-- Ende Leftframe -->
          <?php endif; ?>
          
          <!-- Start Content -->
          <div class="<?php echo $content; ?>">
            <?php if($this->countModules('content-top1 or content-top2 or content-top3')) : ?>
            <!-- Start Content Top Module -->
            <div id="content-top">
              <div id="content_top_container">
                <?php if ($this->countModules('content-top1')) : ?>
                <div class="<?php echo $content_top_container; ?>">
                  <jdoc:include type="modules" name="content-top1" style="xhtml" />
                </div>
                <?php endif; ?>
                <?php if ($this->countModules('content-top2')) : ?>
                <div class="<?php echo $content_top_container; ?>">
                  <jdoc:include type="modules" name="content-top2" style="xhtml" />
                </div>
                <?php endif; ?>
                <?php if ($this->countModules('content-top3')) : ?>
                <div class="<?php echo $content_top_container; ?>">
                  <jdoc:include type="modules" name="content-top3" style="xhtml" />
                </div>
                <?php endif; ?>
              </div>
            </div>
            <!-- Ende Content Top Module -->
            <?php endif; ?>
            <div id="content">
              <jdoc:include type="message" />
              <jdoc:include type="component" />
            </div>
            <?php if($this->countModules('content-bottom1 or content-bottom2 or content-bottom3')) : ?>
            <!-- Start Content Bottom Module -->
            <div id="content-bottom">
              <div id="content_bottom_container">
                <?php if ($this->countModules('content-bottom1')) : ?>
                <div class="<?php echo $content_bottom_container; ?>">
                  <jdoc:include type="modules" name="content-bottom1" style="xhtml" />
                </div>
                <?php endif; ?>
                <?php if ($this->countModules('content-bottom2')) : ?>
                <div class="<?php echo $content_bottom_container; ?>">
                  <jdoc:include type="modules" name="content-bottom2" style="xhtml" />
                </div>
                <?php endif; ?>
                <?php if ($this->countModules('content-bottom3')) : ?>
                <div class="<?php echo $content_bottom_container; ?>">
                  <jdoc:include type="modules" name="content-bottom3" style="xhtml" />
                </div>
                <?php endif; ?>
              </div>
            </div>
            <!-- Ende Content Bottom Module -->
            <?php endif; ?>
          </div>
          <!-- Ende Content -->
          
          <?php if ($this->countModules('right')) : ?>
          <!-- Start Rightframe -->
          <div id="rightframe">
            <jdoc:include type="modules" name="right" style="xhtml" />
          </div>
          <!-- Ende Rightframe -->
          <?php endif; ?>
          <?php if($this->countModules('bottom1 or bottom2 or bottom3 or bottom4')) : ?>
          <!-- Start Bottom Module -->
          <div id="bottom_container">
            <?php if ($this->countModules('bottom1')) : ?>
            <div class="<?php echo $bottom_container; ?>">
              <jdoc:include type="modules" name="bottom1" style="xhtml" />
            </div>
            <?php endif; ?>
            <?php if ($this->countModules('bottom2')) : ?>
            <div class="<?php echo $bottom_container; ?>">
              <jdoc:include type="modules" name="bottom2" style="xhtml" />
            </div>
            <?php endif; ?>
            <?php if ($this->countModules('bottom3')) : ?>
            <div class="<?php echo $bottom_container; ?>">
              <jdoc:include type="modules" name="bottom3" style="xhtml" />
            </div>
            <?php endif; ?>
            <?php if ($this->countModules('bottom4')) : ?>
            <div class="<?php echo $bottom_container; ?>">
              <jdoc:include type="modules" name="bottom4" style="xhtml" />
            </div>
            <?php endif; ?>
          </div>
          <!-- Ende Bottom Module -->
          <?php endif; ?>
        </div>
        <!-- Ende Content-Frame --> 
        
      </div>
      <!-- Ende Wrapper Float -->
      
      <div class="wrapper-foot"> </div>
      <!-- Ende Wrapper Foot --> 
      
    </div>
    <!-- Ende Contentframe --> 
    
    <!-- Start Footer -->
    <div id="footer"> 
      
      <!-- Start Wrapper Head -->
      <div class="wrapper-head"> </div>
      <!-- Ende Wrapper Head --> 
      
      <!-- Start Wrapper Float -->
      <div class="wrapper-float"> 
        
        <!-- Start Class Footer -->
        <div class="footer">
          <div id="breadcrumbs">
            <div class="breadcrumbs">
              <jdoc:include type="module" name="breadcrumbs" style="raw" />
            </div>
          </div>
          <?php if($this->countModules('footer1 or footer2 or footer3 or footer4')) : ?>
          <!-- Start Footer Module -->
          <div id="footer_container">
            <?php if ($this->countModules('footer1')) : ?>
            <div class="<?php echo $footer_container; ?>">
              <jdoc:include type="modules" name="footer1" style="xhtml" />
            </div>
            <?php endif; ?>
            <?php if ($this->countModules('footer2')) : ?>
            <div class="<?php echo $footer_container; ?>">
              <jdoc:include type="modules" name="footer2" style="xhtml" />
            </div>
            <?php endif; ?>
            <?php if ($this->countModules('footer3')) : ?>
            <div class="<?php echo $footer_container; ?>">
              <jdoc:include type="modules" name="footer3" style="xhtml" />
            </div>
            <?php endif; ?>
            <?php if ($this->countModules('footer4')) : ?>
            <div class="<?php echo $footer_container; ?>">
              <jdoc:include type="modules" name="footer4" style="xhtml" />
            </div>
            <?php endif; ?>
          </div>
          <!-- Ende Footer Module -->
          <?php endif; ?>
          
          <!-- Start Copyright -->
          <div id="copyright">
            <div class="copyright"> &copy; <?php echo  $this->params->get('copyrightText');  ?> <a href="<?php echo  $this->params->get('copyrightURL');  ?>" target="_self"><?php echo  $this->params->get('copyrightLink');  ?></a> </div>
            
            <!-- Start Copyright by ah-68 - Dieser Link darf nicht ohne meine schriftliche Einwilligung entfernt oder veraendert werden. / You are not allowed to remove or change this link without my written permission. -->
            <div class="copyright-ah-68"> Template Design <a href="http://www.ah-68.de/" target="_blank">ah-68</a> </div>
            <!-- Ende Copyright by ah-68 --> 
            
          </div>
          <!-- Ende Copyright --> 
          
        </div>
        <!-- Ende Class Footer --> 
        
      </div>
      <!-- Ende Wrapper Float -->
      
      <div class="wrapper-foot"> </div>
      <!-- Ende Wrapper Foot --> 
      
    </div>
    <!-- Ende Footer --> 
    
  </div>
  <!-- Ende Wrap --> 
  
</div>
<!-- Ende Wrapper --> 

<!-- Start ToTop -->
<div id="toTop">
  <div class="gotop"><span title="nach oben">&uarr;</span></div>
</div>
<!-- Ende ToTop -->
<jdoc:include type="modules" name="debug" />
<script type="text/javascript">
( function(ah) {
<!-- Superfish Horizontal -->
ah('ul.menusf-menu').supersubs({
minWidth: <?php echo $this->params->get('sfminwidth'); ?>,
maxWidth: <?php echo $this->params->get('sfmaxwidth'); ?>,
extraWidth: <?php echo $this->params->get('sfextrawidth'); ?>
})
.superfish();
ah('ul.menusf-menu').superfish({
delay: <?php echo $this->params->get('sfduration'); ?>,  
animation: {opacity:'<?php echo $this->params->get('sfopacity');?>', height:'show'},  
speed: '<?php echo $this->params->get('sfspeed'); ?>',
easing: '<?php echo $this->params->get('sfeasing'); ?>'
}); 
ah("ul.menusf-menu").supposition();
<!-- Vertical Accordion -->	
ah('<?php echo $this->params->get('accordionnumber'); ?>').dcAccordion({
eventType: '<?php echo $this->params->get('eventType'); ?>',
hoverDelay: <?php echo $this->params->get('hoverDelay'); ?>,
menuClose: <?php echo $this->params->get('menuClose'); ?>,
autoClose: <?php echo $this->params->get('autoClose'); ?>,
autoExpand: <?php echo $this->params->get('autoExpand'); ?>,
speed: '<?php echo $this->params->get('speed'); ?>',
saveState: <?php echo $this->params->get('saveState'); ?>,
disableLink: <?php echo $this->params->get('disableLink'); ?>,
showCount: <?php echo $this->params->get('showCount'); ?>,
cookie: '<?php echo $this->params->get('accordioncookienumber'); ?>'  
});
<!-- ToTop -->
ah(window).scroll(function() {
if(jQuery(this).scrollTop() != 0) {
ah('#toTop').fadeIn();	
} else {
ah('#toTop').fadeOut();
}
});
ah('#toTop').click(function() {
ah('body,html').animate({scrollTop:0},800);
});
<!-- Sidebar -->
ah("#sidebar").stickySidebar({
});
ah("#sidebar").hover(function() {
ah(this).animate({right: 35}, 400).fadeTo('normal', 1);
},function() {
ah(this).animate({right: 15}, 500).fadeTo('normal', 0.6);
});
<!-- ToTop -->
ah(".gotop").hover(function() {
ah(this).fadeTo('normal', 1);
},function() {
ah(this).fadeTo('normal', 0.6);
});
<!-- Image Hover -->
ah(".logo, .home-hover, .facebook-hover, .google-hover, .tweet-hover, .feed-hover, .login-hover")
.find("span")
.hide()
.end()
.hover(function() {
ah(this).find("span").stop(true, true).fadeIn('slow');
}, function() {
ah(this).find("span").stop(true, true).fadeOut('slow');
});
} ) ( jQuery );
</script>
</body>
</html>