Adapt to new directory structure.
This commit is contained in:
parent
50a0369ba1
commit
c229df33b5
7 changed files with 27 additions and 31 deletions
|
@ -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
|
||||
|
||||
|
|
Reference in a new issue