[ PHPXref.com ] [ Generated: Sun Jul 20 19:57:02 2008 ] [ PHP Timeclock 1.02 ]
[ Index ]     [ Variables ]     [ Functions ]     [ Classes ]     [ Constants ]     [ Statistics ]

title

Body

[close]

/ -> footer.php (source)

   1  <?php
   2  
   3  // display 'Powered by' info in bottom right of each page //
   4  
   5  echo "        <tr class=hide><td height=4% class=misc_items align=right valign=middle scope=row colspan=2>Powered by&nbsp;<a class=footer_links 
   6              href='http://httpd.apache.org/'>Apache</a>&nbsp;&#177<a class=footer_links href='http://mysql.org'>&nbsp;MySql</a> 
   7              &#177";
   8  
   9  if ($email == "none") {
  10      echo "<a class=footer_links href='http://php.net'>&nbsp;PHP</a>";
  11  } else {
  12      echo "<a class=footer_links href='http://php.net'>&nbsp;PHP</a>&nbsp;&#8226;&nbsp;<a class=footer_links href='mailto:$email'>$email</a>";
  13  }
  14  
  15  echo "&nbsp;&#8226;<a class=footer_links href='http://timeclock.sourceforge.net'>&nbsp;$app_name&nbsp;$app_version</a></td></tr>\n";
  16  echo "      </table>\n";
  17  echo "    </td>\n";
  18  echo "  </tr>\n";
  19  echo "</table>\n";
  20  echo "</body>\n";
  21  echo "</html>\n";
  22  ?>


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