Header agregado a index.php
Browse files- app/index.php +4 -7
app/index.php
CHANGED
|
@@ -1,9 +1,6 @@
|
|
| 1 |
-
<
|
| 2 |
-
<
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
echo $txt;
|
| 7 |
-
?>
|
| 8 |
</body>
|
| 9 |
</html>
|
|
|
|
| 1 |
+
<?php include_once('inc/header.php');?>
|
| 2 |
+
<?php
|
| 3 |
+
echo "dummy";
|
| 4 |
+
?>
|
|
|
|
|
|
|
|
|
|
| 5 |
</body>
|
| 6 |
</html>
|