remove old readme
[atutor.git] / docs / themes / default_classic / include / footer.tmpl.php
1 <?php if (!defined('AT_INCLUDE_PATH')) { exit; } ?>
2
3         <?php if ($_SESSION['course_id'] > 0): ?>
4                 <br /><div align="right" id="gototop" style="vertical-align:bottom;padding-right:3px;font-size:smaller;"><br style="clear:both;" /><a href="<?php echo htmlspecialchars($_SERVER['REQUEST_URI'], ENT_QUOTES); ?>#content" style="border: 0px;" title="<?php echo _AT('goto_content'); ?>" ><?php echo _AT('goto_top'); ?></a></div>  
5         <?php endif; ?>
6
7         </td>
8         <?php if (($_SESSION['course_id'] > 0) && $this->side_menu): ?>
9                 <td valign="top">
10                     <a name="menu"></a>
11             <div id="side-menu">
12             <?php foreach ($this->side_menu as $dropdown_file): ?>
13                 <?php if (file_exists($dropdown_file)) { require($dropdown_file); } ?>
14             <?php endforeach; ?>
15             </div>
16                 </td>
17         <?php endif; ?>
18 </tr>
19 <tr>
20         <td colspan="2">
21                 <br /><br />
22                 <?php require(AT_INCLUDE_PATH.'html/languages.inc.php'); ?>
23                 <?php require(AT_INCLUDE_PATH.'html/copyright.inc.php'); ?>
24                 <br />
25         </td>
26 </tr>
27 </table>
28 <script type="text/javascript">
29 //<!--
30     <?php require_once(AT_INCLUDE_PATH.'../jscripts/ATutor_js.php'); ?>
31 //-->
32 </script>
33 </body>
34 </html>