Improved error message visibility

Updated copyright message
pull/1/head
root 16 years ago
parent 63fa9593ef
commit 75eeff8662

@ -20,7 +20,6 @@ if(!function_exists("showheader"))
{
function showheader($title = "CAcert.org", $title2 = "")
{
global $id;
?><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
@ -53,7 +52,7 @@ if(!function_exists("showheader"))
<div class="story">
<h3><?=$title2?></h3>
<? if($_SESSION['_config']['errmsg'] != "") { ?>
<p><? echo $_SESSION['_config']['errmsg']; $_SESSION['_config']['errmsg'] = ""; ?> </p>
<p><font color="#ff0000" size="+2"><? echo $_SESSION['_config']['errmsg']; $_SESSION['_config']['errmsg'] = ""; ?> </font></p>
<? } ?>
<?
}
@ -78,7 +77,7 @@ if(!function_exists("showfooter"))
<a href="index.php?id=12"><?=_("About Us")?></a> | <a href="index.php?id=13"><?=_("Donations")?></a> | <a href="http://wiki.cacert.org/wiki/CAcertIncorporated"><?=_("Association Membership")?></a> |
<a href="index.php?id=10"><?=_("Privacy Policy")?></a> |
<a href="index.php?id=51"><?=_("Mission Statement")?></a> | <a href="index.php?id=11"><?=_("Contact Us")?></a> |
<a href="index.php?id=19"><?=_("Further Information")?></a> | &copy;2002-2005 by CAcert</div>
<a href="index.php?id=19"><?=_("Further Information")?></a> | &copy;2002-2008 by CAcert</div>
</div>
</body>
</html><?

Loading…
Cancel
Save