diff options
Diffstat (limited to 'www/print_index.php')
| -rw-r--r-- | www/print_index.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/print_index.php b/www/print_index.php index 81e52a6..a076a9a 100644 --- a/www/print_index.php +++ b/www/print_index.php @@ -19,10 +19,10 @@ tt { <body vlink='#000000' link='#000000' alink='#9a9696'> <center> -<? include("header.php"); ?> +<?php include("header.php"); ?> <table align="center"><tr><td> <h1> Welcome! </h1> -<? //<img src="404.jpg" alt="404 - not found"> ?> +<?php //<img src="404.jpg" alt="404 - not found"> ?> </td></tr><tr><td> On this website, you can get a random @@ -56,7 +56,7 @@ completely free and as often as you like. <br><br> For comments, questions or suggestions drop a <br> <a href="/about"><font color='blue'>mail</font></a>. -<? include("piwik.php");?> +<?php include("piwik.php");?> </body> </html> |
