[ PHPXref.com ] [ Generated: Sun Jul 20 19:19:23 2008 ] [ PBS Helpdesk 0.93 ]
[ Index ]     [ Variables ]     [ Functions ]     [ Classes ]     [ Constants ]     [ Statistics ]

title

Body

[close]

/ -> foot.php3 (source)

   1  <?php ;
   2  
   3  /* This gets included at the bottom of every page.  It's handy for
   4     doing cleanup functions and printing the footer at the bottom of
   5     each page */
   6  
   7  /* This is necessary in case this file is included within a function */
   8  if (strlen($pbs_admin) < 1) {
   9       global $pbs_admin, $pbs_admin_name, $pbs_version, $db;
  10  }
  11       
  12  echo "<p>\n";
  13  echo "<hr>\n";
  14  echo "<font size=2>\n";
  15  echo "<address>\n";
  16  echo "Bei Fragen oder Problemen bitte eine Info an: <a href=\"mailto:$pbs_admin\">$pbs_admin_name</a>";
  17  echo "</address>\n";
  18  echo "<br>";
  19  echo "<i>dieses Programm bassiert auf \n";
  20  echo "Ministry of Truth</a> v 1.1.6 von Hal Roberts</i>";
  21  echo "</font>\n";
  22  echo "</body>\n";
  23  echo "</html>\n";
  24  
  25  if ($db) {
  26    mysql_close($db);
  27  }
  28  
  29  ?>


[ Powered by PHPXref - Served by Debian GNU/Linux ]