remove old readme
[atutor.git] / themes / default16 / include / footer.tmpl.php
1 <?php if (!defined('AT_INCLUDE_PATH')) { exit; } ?>
2
3                 <?php if ($_SESSION['course_id'] > 0): ?>
4                         <div style="clear: left; text-align:right;" id="gototop">               
5                                 <br />
6                                 <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'); ?>
7                                 <img src="<?php echo $this->base_path; ?>themes/default/images/top.gif" alt="<?php echo _AT('goto_top'); ?> Alt-c" border="0"/> 
8                                 
9                                 </a>    </span>
10                         </div>  
11                 <?php endif; ?> 
12
13         </div>
14 </div>
15
16 <div id="footer">
17         <br /><br />
18         <?php require(AT_INCLUDE_PATH.'html/languages.inc.php'); ?>
19         <?php require(AT_INCLUDE_PATH.'html/copyright.inc.php'); ?>
20 </div>
21 <!-- end page wrapper --> 
22 <script language="javascript" type="text/javascript">
23 //<!--
24     <?php require_once(AT_INCLUDE_PATH.'../jscripts/ATutor_js.php'); ?>
25 //-->
26 </script>
27
28 <?php
29 debug($_rel_url,"get");
30
31 ?>
32 </body>
33 </html>