web/CPV/polemicaltimeline.php
changeset 171 b103fbabd5dc
parent 150 ffaea21247c4
child 176 ffbd8565b65f
equal deleted inserted replaced
170:a8c7a9e1d368 171:b103fbabd5dc
     3 /**
     3 /**
     4  * include some common code (like we did in the 90s)
     4  * include some common code (like we did in the 90s)
     5  * People still do this? ;)
     5  * People still do this? ;)
     6  */
     6  */
     7  // configuration 
     7  // configuration 
     8 include 'common.php';
     8 include './common.php';
     9  // objet actuel 
     9  // objet actuel 
    10 include_once 'config.php';
    10 include_once './config.php';
    11 
    11 
    12 ?>
    12 ?>
    13 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
    13 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
    14 <html lang="<?php echo($actual); ?>">
    14 <html lang="<?php echo($actual); ?>">
    15   <head>
    15   <head>