bugfix: the slice page was broken when nobody is in slice
[plewww.git] / planetlab / includes / plc_footer.php
1 <?php
2 //
3 // PlanetLab footer handling. In a Drupal environment, this file
4 // outputs nothing.
5 //
6 // Mark Huang <mlhuang@cs.princeton.edu>
7 // Copyright (C) 2006 The Trustees of Princeton University
8 //
9 // $Id$ $
10 //
11
12 require_once 'plc_drupal.php';
13
14 if (!function_exists('drupal_page_footer')) {
15   print <<<EOF
16 </body>
17 </html>
18
19 EOF;
20 }
21
22 ?>