ce70b710cf5b06466addc01f82e34109365e2fda
[atutor.git] / docs / themes / blumin / 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 id="footer">
13         <br /><br />
14         <?php require(AT_INCLUDE_PATH.'html/languages.inc.php'); ?>
15         <?php require(AT_INCLUDE_PATH.'html/copyright.inc.php'); ?>
16 </div>
17 <script type="text/javascript">
18 //<!--
19     <?php require_once(AT_INCLUDE_PATH.'../jscripts/ATutor_js.php'); ?>
20 //-->
21 </script>
22 </body>
23 </html>