Put some icons on some of the front-end pages too

This commit is contained in:
james 2008-08-22 21:03:25 +00:00
parent ca5515a335
commit 2adbf3bb06
3 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@
?> ?>
<? <?
require("common.inc.php"); require("common.inc.php");
send_header("Committee List", array()); send_header("Committee List", null, "committee_management");
echo "<table>"; echo "<table>";
$q=mysql_query("SELECT * FROM committees ORDER BY ord,name"); $q=mysql_query("SELECT * FROM committees ORDER BY ord,name");

View File

@ -22,7 +22,7 @@
?> ?>
<? <?
require("common.inc.php"); require("common.inc.php");
send_header("Contact Us"); send_header("Contact Us",null,"communication");
function cleanify($in) { function cleanify($in) {
$in=ereg_replace("\r","\n",$in); $in=ereg_replace("\r","\n",$in);

View File

@ -23,7 +23,7 @@
?> ?>
<? <?
include "common.inc.php"; include "common.inc.php";
send_header(i18n("Important Dates")); send_header(i18n("Important Dates"),null,"important_dates");
echo "<table>"; echo "<table>";