Adapt to new directory structure.

This commit is contained in:
George Kaklamanos 2015-07-19 14:24:36 +03:00
parent 50a0369ba1
commit c229df33b5
7 changed files with 27 additions and 31 deletions

View file

@ -2,10 +2,10 @@
<html>
<head>
<title>uBus - Home</title>
<?php include 'head.php'; ?>
<?php include 'modules/head.php'; ?>
</head>
<body>
<?php include 'nav.php'; ?>
<?php include 'modules/nav.php'; ?>
<h1>Home</h1>
<p>uBus is a generic web application that displays data regading buses,
routes and stops of public transport bus services. It uses modern web
@ -16,7 +16,7 @@
<?php include 'foot.php'; ?>
<?php include 'modules/foot.php'; ?>
</body>
</html