forked from science-ation/science-ation
Put some icons on some of the front-end pages too
This commit is contained in:
parent
ca5515a335
commit
2adbf3bb06
@ -23,7 +23,7 @@
|
||||
?>
|
||||
<?
|
||||
require("common.inc.php");
|
||||
send_header("Committee List", array());
|
||||
send_header("Committee List", null, "committee_management");
|
||||
|
||||
echo "<table>";
|
||||
$q=mysql_query("SELECT * FROM committees ORDER BY ord,name");
|
||||
|
@ -22,7 +22,7 @@
|
||||
?>
|
||||
<?
|
||||
require("common.inc.php");
|
||||
send_header("Contact Us");
|
||||
send_header("Contact Us",null,"communication");
|
||||
|
||||
function cleanify($in) {
|
||||
$in=ereg_replace("\r","\n",$in);
|
||||
|
@ -23,7 +23,7 @@
|
||||
?>
|
||||
<?
|
||||
include "common.inc.php";
|
||||
send_header(i18n("Important Dates"));
|
||||
send_header(i18n("Important Dates"),null,"important_dates");
|
||||
|
||||
echo "<table>";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user