diff options
Diffstat (limited to 'me')
-rwxr-xr-x | me/index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/me/index.php b/me/index.php index 3b634cd..7cfdff3 100755 --- a/me/index.php +++ b/me/index.php @@ -3,7 +3,7 @@ <html lang="en"> <head> <!-- Global --> - <?php require('../inc/head.html'); ?> + <?php require('../inc/header.inc.php'); ?> <!-- Page-specific --> <title>Calculators</title> @@ -14,7 +14,7 @@ </head> <body> <div class="page"> -<?php require('../inc/nav.php') ?> +<?php require('../inc/nav.inc.php') ?> <div id="pagebody"> <div id="content"> |