|
|
<?php $side_titel = "Bio Film Liste"; include ("includes/head.php"); ?> |
I 'include' indesættes ovenover ' <html lang="dk">':
if (isset($side_titel)) { $side_titel = $side_titel . " - DB vedlh."; } else { $side_titel = "DB vedlh."; } |
I HEAD-delen (på den normale plads for 'title') indsættes:
<title><?php echo $side_titel; ?></title> |