ico imported correctly and title with the number of the table
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Sat, 16 Feb 2008 09:23:08 +0000 (09:23 +0000)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Sat, 16 Feb 2008 09:23:08 +0000 (09:23 +0000)
web/briskin5/index.php

index 63dda48..ef3d0ec 100644 (file)
@@ -23,8 +23,8 @@
 ?>
 <html>
 <head>
-<title>Brisk - Tavolo</title>
-<link rel="shortcut icon" href="img/brisk_ico.png">
+<title>Brisk - Tavolo <?php echo "$table_idx";?></title>
+<link rel="shortcut icon" href="../img/brisk_ico.png">
 <script type="text/javascript" src="../dnd.js"></script>
 <script type="text/javascript" src="../dom-drag.js"></script>
 <script type="text/javascript" src="../commons.js"></script>