Changeset - b4ef90baeae0
[Not reviewed]
default
0 3 0
nathang - 15 years ago 2010-07-13 22:39:42
ngelderloos7@gmail.com
added tracking
3 files changed with 5 insertions and 1 deletions:
0 comments (0 inline, 0 general)
class.schedule.php
Show inline comments
 
@@ -236,7 +236,7 @@ class Schedule
 
			"\n<script src=\"scripts/effects.js\" type=\"text/javascript\" charset=\"utf-8\"></script>".
 
			"\n<script src=\"scripts/glider.js\" type=\"text/javascript\" charset=\"utf-8\"></script>".
 
			
 
			"\n</head><body>".
 
			"\n</head><body><?php include_once("analyticstracking.php") ?>".
 

	
 
			"<p>There were a total of " . $this->possiblePermutations . " possible permutations. Only " . $this->nPermutations . " permutations had no class conflicts.</p>".
 

	
index.php
Show inline comments
 
@@ -37,6 +37,8 @@
 
</head>
 
<body>
 

	
 
<?php include_once("analyticstracking.php") ?>
 

	
 
<div id="header">
 
<h1><em>SlatePermutate</em> -  Scheduler</h1>
 
</div>
input.php
Show inline comments
 
@@ -268,6 +268,8 @@ include_once 'class.section.php';
 
</head>
 
<body>
 

	
 
<?php include_once("analyticstracking.php") ?>
 

	
 
<div id="header">
 
	<h1>
 
		<em>
0 comments (0 inline, 0 general)