tagging as ATutor 1.5.4-release
[atutor.git] / 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
12 </div>
13 </div>
14         <?php if (($_SESSION['course_id'] > 0) && $this->side_menu): ?>
15                 <div id="rightcolumn">
16                         <?php require(AT_INCLUDE_PATH.'side_menu.inc.php'); ?>
17                 </div>
18         <?php endif; ?>
19 <div id="footer">
20         <br /><br />
21         <?php require(AT_INCLUDE_PATH.'html/languages.inc.php'); ?>
22         <?php require(AT_INCLUDE_PATH.'html/copyright.inc.php'); ?>
23 </div>
24 </body>
25 </html>