<?php /****************************************************#######################################################-------------------------------------------------#### OLIVERIO BLACK TEMPLATE JOOMLA ####-------------------------------------------------#### Copyright = globbersthemes.com- 2012 #### Date = FEVRIER 2012 ## ## Author = globbers #### Websites = http://www.globbersthemes.com #### #######################################################****************************************************/defined('_JEXEC') or die('Restricted access');?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head> <jdoc:include type="head" /> <?php JHtml::_('behavior.framework', true); $app = JFactory::getApplication(); $csite_name = $app->getCfg('sitename'); ?> <?php $mod_right = $this->countModules( 'position-7' ); if ( $mod_right ) { $width = ''; } else { $width = '-full';} ?> <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/defaut.css" type="text/css" /> <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/joomlastyle.css" type="text/css" /> <script type="text/javascript" src="templates/<?php echo $this->template ?>/js/scroll.js"></script> <script type="text/javascript" src="templates/<?php echo $this->template ?>/js/cufon-yui.js"></script> <script type="text/javascript" src="templates/<?php echo $this->template ?>/js/cufon-replace.js"></script> <script type="text/javascript" src="templates/<?php echo $this->template ?>/js/Bebas_400.font.js"></script> <script type="text/javascript" src="templates/<?php echo $this->template ?>/js/jquery.js"></script> <script type="text/javascript" src="templates/<?php echo $this->template ?>/js/superfish.js"></script> <script type="text/javascript" src="templates/<?php echo $this->template ?>/js/hover.js"></script> <script type="text/javascript" src="templates/<?php echo $this->template ?>/js/slideshow.js"></script><script type="text/javascript" src="templates/<?php echo $this->template ?>/js/DD_roundies_0.0.2a-min.js"></script><script type="text/javascript">DD_roundies.addRule('.box, .box .moduletable h3, .box .moduletable_menu h3, #wrapper-main, #search, #right, .readmore a, .pagination a ', '6px', true);</script> <script type="text/javascript" charset="utf-8"> var $j = jQuery.noConflict(); $j(document).ready(function(){ $j("#slideshow").slideshow({ pauseSeconds:5, height:334, fadeSpeed:0.5, width:681, caption: true }); }); </script> <script type="text/javascript"> var $j = jQuery.noConflict(); $j(document).ready(function() { $j(' .navigation ul ').superfish({ delay: 500, animation: {opacity:'show',height:'show'}, speed: 'slow', autoArrows: false, dropShadows: false }); }); </script> </head> <body> <div id="topmenu"> <div class="pagewidth"> <div id="sitename"> <a href="index.php"><img src="templates/<?php echo $this->template ?>/images/logo.png" width="155" height="39" alt="logotype" /></a> </div> <div class="navigation"> <jdoc:include type="modules" name="position-1" /> </div> </div> </div> <div id="wrapper-slide"> <div id="slide-bg"> <div class="pagewidth"> <div id="slide"> <div id="slideshow-w"> <div id="slideshow"> <img src="templates/<?php echo $this->template ?>/images/slide1.jpg" alt="image1" /> <img src="templates/<?php echo $this->template ?>/images/slide2.jpg" alt="image2" /> <img src="templates/<?php echo $this->template ?>/images/slide3.jpg" alt="image3" /> <img src="templates/<?php echo $this->template ?>/images/slide4.jpg" alt="image3" /> </div> </div> </div> </div> </div> </div> <?php if ($this->countModules('position-3') || $this->countModules('position-4') || $this->countModules('position-6')) { ?> <div class="pagewidth"> <div id="wrapper-box"> <div class="box"> <jdoc:include type="modules" name="position-3" style="xhtml" /> </div> <div class="box"> <jdoc:include type="modules" name="position-4" style="xhtml" /> </div> <div class="box"> <jdoc:include type="modules" name="position-6" style="xhtml" /> </div> </div> </div> <?php } ?> <div class="pagewidth"> <div id="wrapper-main"> <?php if ($this->countModules('position-2') || $this->countModules('position-0')) { ?> <div id="pathway-w"> <div id="pathway"> <jdoc:include type="modules" name="position-2" /> </div> <div id="search"> <jdoc:include type="modules" name="position-0" /> </div> </div> <?php } ?> <div id="main<?php echo $width; ?>"> <jdoc:include type="component" /> </div> <?php if($this->countModules('position-7')) : ?> <div id="right"> <jdoc:include type="modules" name="position-7" style="xhtml" /> </div> <?php endif; ?> </div> </div> <div class="pagewidth"> <div id="ftb-f"> <div class="ftb"> <?php echo date( 'Y' ); ?> <?php echo $csite_name; ?> © <?php require("template.php"); ?> </div> </div> <div id="top"> <div class="top_button"> <a href="#" onclick="scrollToTop();return false;"> <img src="templates/<?php echo $this->template ?>/images/top.png" width="30" height="30" alt="top" /></a> </div> </div> </div> </body> </html>