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
<?php page_content(1); ?><?php page_content(2); ?><?php page_content(3); ?><?php page_content(4); ?>
<?php page_content(1); ?><?php page_content(2); ?>
<?php if (PAGE_ID==1) { ?>...slider html/js...<?php } ?>
<?phpif (!defined('WB_PATH')) die(header('Location: ../../../index.php'));?><!DOCTYPE html><html><head> <title><?php page_title('', '[PAGE_TITLE] | [WEBSITE_TITLE]'); ?></title> <link rel="icon" href="/favicon.ico" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" /> <meta http-equiv="Content-Type" content="text/html; charset=<?php echo defined('DEFAULT_CHARSET') ? DEFAULT_CHARSET : 'utf-8'; ?>" /> <meta name="description" content="<?php page_description(); ?>" /> <meta name="keywords" content="<?php page_keywords(); ?>" /> <!-- Styles --> <link rel="stylesheet" href="<?php echo TEMPLATE_DIR; ?>/bootstrap/css/bootstrap.min.css" /> <link rel="stylesheet" type="text/css" media="all" href="<?php echo TEMPLATE_DIR; ?>/style.css" /> <!-- Google font --> <link href="http://fonts.googleapis.com/css?family=Noto+Sans:400,700" rel="stylesheet" type="text/css"> <style type="text/css">body{font-family: 'Noto Sans', sans-serif;}</style> <!-- WB --> <?php if (function_exists('register_frontend_modfiles')) { register_frontend_modfiles('css'); register_frontend_modfiles('jquery'); register_frontend_modfiles('js'); } ?></head><body> <div class="container-full bgblauw paddingtop9"> <div class="container"> <div class="row"> <div class="col-md-3"> Logo </div> <div class="col-md-9"> <nav class="navbar navbar-sub" role="navigation"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#mainmenu"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> </div> <div class="collapse navbar-collapse" id="mainmenu"> <?php show_menu2(1,SM2_ROOT,SM2_START, null,'[if(class==menu-current){<li class="active">}else{<li>}][a][menu_title]</a>','</li>','<ul class="nav navbar-nav">','</ul>');?> </div> </div> </nav> </div> </div> </div> </div> <div class="container paddingtop5"> <div class="row"> <div class="col-md-12"> <?php page_content(); ?> </div> </div> </div> <!-- Bootstrap files --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script> <script src="<?php echo TEMPLATE_DIR; ?>/bootstrap/js/bootstrap.min.js"></script><?phpif (function_exists('register_frontend_modfiles_body')) { register_frontend_modfiles_body(); }?></body></html>
Have a look at:http://wbhelp.org/tips-and-tricks/2014/multiple-columns-in-a-template/
a bit Offtopic but Ruud your website looks great! only one small point, the menu doesn't seem to work on mobile and small screens if i click the 'hamburger icon' nothing happens.