WebsiteBaker 2.13.8 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
<!-- // Javascript Files For Menu Top // --><script type="text/javascript" src="<?php echo TEMPLATE_DIR; ?>/js/jquery.js" ></script><script type="text/javascript" src="<?php echo TEMPLATE_DIR; ?>/js/jquery.easing.min.js" ></script><script type="text/javascript" src="<?php echo TEMPLATE_DIR; ?>/js/js.js" ></script><!-- // Javascript Files For booking // --><script type="text/javascript" src="<?php echo TEMPLATE_DIR; ?>/booking.js" ></script><!-- // Javascript Files For Slideshow Images // --><script type="text/javascript" src="<?php echo TEMPLATE_DIR; ?>/js/jquery_cycle.js" ></script><script type="text/javascript"><!--$(function() { $('#slideshow img:first').fadeIn(700, function() { $('#slideshow').cycle(); });});//--></script>
<div id="header"> <!-- BEGIN SLIDER --> <div id="slides_container"> <div id="slideshow" class="pics"> <img src="<?php echo TEMPLATE_DIR; ?>/images/2.jpg" alt="Slideshow" width="433" height="228"/> <img src="<?php echo TEMPLATE_DIR; ?>/images/01.jpg" alt="Slideshow" width="433" height="228"/> <img src="<?php echo TEMPLATE_DIR; ?>/images/3.jpg" alt="Slideshow" width="433" height="228"/><img src="<?php echo TEMPLATE_DIR; ?>/images/4.jpg" alt="Slideshow" width="433" height="228"/> <img src="<?php echo TEMPLATE_DIR; ?>/images/5.jpg" alt="Slideshow" width="433" height="228"/></div> <!-- end of slideshow -->
<div id="topmenu"> <div id="nav"> <ul class="lavaLamp" id="menu"><?php show_menu(1, 0, 1, true, '<li [current]>[a][menu_title][/a]', '</li>', '<ul>', '</ul>', '', 'class="active"'); ?></div> </ul> </div><!-- end of topmenu -->
$('.pics').cycle({ fx: 'fadeZoom, slideX, wipe, growX, shuffle' });