equal
deleted
inserted
replaced
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> |