Changeset - b1eaa42d3c3d
[Not reviewed]
default
0 1 0
ethanzonca - 15 years ago 2010-09-25 01:26:29

Made text frendlier-soundingish
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
index.php
Show inline comments
 
<?php 
 
	include 'inc/class.page.php'; 
 
	include_once 'inc/class.page.php'; 
 
	$mypage = new page('Scheduler');
 
?>
 

	
 
<h3>Find the schedule that works for you!</h3>
 
<p>View a <a href="schedulecreator.php">demo output</a> or get <a href="input.php">started on your own</a>. This program was created specifically for use by <a href="http://www.calvin.edu">Calvin College</a> and <a href="http://cedarville.edu/">Cedarville University</a> students, although it may work for other schools as well.</p>
 
<p>View <a href="schedulecreator.php">demo output</a> or get <a href="input.php">started on your own</a>. This program was created by <a href="http://www.calvin.edu">Calvin College</a> and <a href="http://cedarville.edu/">Cedarville University</a> students. SlatePermutate is institution-apathetic.</p>
 

	
 

	
 
<?php
0 comments (0 inline, 0 general)