Changeset - 4951958d3127
[Not reviewed]
default
0 2 0
ethanzonca - 15 years ago 2010-07-08 18:34:15

Fixed links
2 files changed with 5 insertions and 5 deletions:
0 comments (0 inline, 0 general)
index.php
Show inline comments
 
@@ -56,12 +56,12 @@
 
</div>
 
<div id="content">
 
<h3>Find the schedule that works for you!</h3>
 
<p>View a <a href="http://protofusion.org/~nathang/scheduler/schedulecreator.php">demo output</a> or get <a href="http://protofusion.org/~nathang/scheduler/input.php">started on your own</a>.</p>
 
<p>View a <a href="schedulecreator.php">demo output</a> or get <a href="input.php">started on your own</a>.</p>
 

	
 
</div>
 
<div id="footer">
 
<h5>&copy; <?php echo Date("Y"); ?> Nathan Gelderloos<br />
 
<h5>&copy; <?php echo Date("Y"); ?> <a href="/~nathang">Nathan Gelderloos</a><br />
 
with special thanks to <a href="http://ethanzonca.com">Ethan Zonca</a></h5>
 
</div>
 
</body>
 
</html>
 
\ No newline at end of file
 
</html>
input.php
Show inline comments
 
@@ -273,8 +273,8 @@ else
 

	
 
</div>
 
<div id="footer">
 
<h5>&copy; <?php echo Date("Y"); ?> Nathan Gelderloos<br />
 
<h5>&copy; <?php echo Date("Y"); ?> <a href="/~nathang">Nathan Gelderloos</a><br />
 
with special thanks to <a href="http://ethanzonca.com">Ethan Zonca</a></h5>
 
</div>
 
</body>
 
</html>
 
\ No newline at end of file
 
</html>
0 comments (0 inline, 0 general)