1 <?php
include 's.php'; ?>
7 <meta charset
="UTF-8"/>
8 <title
><?php
echo isset($s_title)?$s_title:$b_title; ?></title
>
10 <?php
echo isset($s_header)?$s_header:$b_header; ?>
15 <!--Insert code
for the menu
here (or after the banner
)-->
17 <!--Some website
banner (could also come before the menu
)-->
19 <div
class="container">
20 <!--A content is always page
-specific
, thus always defined
, and has no
default value
-->
21 <?php
echo $content; ?>
24 <!--Write the footer here
. It is not supposed to be redefined
.-->
26 <?php
echo isset($s_javascripts)?$s_javascripts:$b_javascripts; ?>