7203a379a916efb8b6ba1dc43fd5ab9ce999f91c
[atutor.git] / mods / atutor_opencaps / opencaps / help.php
1 <?php
2 /*
3  * OpenCaps
4  * http://opencaps.atrc.utoronto.ca
5  * 
6  * Copyright 2009 Heidi Hazelton
7  * Adaptive Technology Resource Centre, University of Toronto
8  * 
9  * Licensed under the Educational Community License (ECL), Version 2.0. 
10  * You may not use this file except in compliance with this License.
11  * http://www.opensource.org/licenses/ecl2.php
12  * 
13  */
14
15 require('include/vitals.inc.php'); 
16
17 require('include/header.inc.php'); 
18
19 ?>
20         
21         <div id="content">
22                 <p>Coming soon...</p>
23                 
24         </div>
25 <?php require('include/footer.inc.php'); ?>