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