remove old readme
[atutor.git] / themes / idi / include / footer.tmpl.php
1 <?php if (!defined('AT_INCLUDE_PATH')) { exit; } ?>
2
3         <?php if ($_SESSION['course_id'] > 0): ?>
4                 
5                 <div align="right" style="clear: left;" id="gototop">           
6                         <br />
7                         <span style="font-size:smaller;padding-right:3px;"><a href="<?php echo htmlspecialchars($_SERVER['REQUEST_URI'], ENT_QUOTES); ?>#content" title="<?php echo _AT('goto_content'); ?> Alt-c" ><?php echo _AT('goto_top'); ?></a>  </span>
8                 </div>  
9
10         <?php endif; ?> 
11 </div>
12 </div>
13 <div id="footer">
14         <br /><br />
15         <?php require(AT_INCLUDE_PATH.'html/languages.inc.php'); ?>
16         <?php require(AT_INCLUDE_PATH.'html/copyright.inc.php'); ?>
17 </div>
18 <script type="text/javascript">
19 //<!--
20     <?php require_once(AT_INCLUDE_PATH.'../jscripts/ATutor_js.php'); ?>
21 //-->
22 </script>
23 </body>
24 </html>