'#how', 'key' => 'nav_how' ], [ 'href' => '#problem', 'key' => 'nav_problem' ], [ 'href' => '#features', 'key' => 'nav_features' ], [ 'href' => '#security', 'key' => 'nav_security' ], [ 'href' => '#faq', 'key' => 'nav_faq' ], ]; tpl('layout_start'); // structure/header.php tpl('hero', 'landing', 'main'); tpl('how', 'landing', 'main'); tpl('problem', 'landing', 'main'); tpl('features', 'landing', 'main'); tpl('security', 'landing', 'main'); tpl('faq', 'landing', 'main'); tpl('layout_end'); // structure/footer.php echo __DIR__ ; echo dirname(__DIR__) ;