[PHP-Budget-updates] phpbudget/includes header-inc.php,1.2,1.3
Status: Planning
Brought to you by:
rodrigoh
|
From: <rod...@us...> - 2002-10-25 17:23:58
|
Update of /cvsroot/php-budget/phpbudget/includes In directory usw-pr-cvs1:/tmp/cvs-serv17952/includes Modified Files: header-inc.php Log Message: fixing some here some there :) Index: header-inc.php =================================================================== RCS file: /cvsroot/php-budget/phpbudget/includes/header-inc.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** header-inc.php 21 Oct 2002 20:33:10 -0000 1.2 --- header-inc.php 25 Oct 2002 13:01:12 -0000 1.3 *************** *** 14,22 **** echo "<META NAME=\"description\" CONTENT=\"PHPBudget site\">\n"; echo "<META NAME=\"generator\" CONTENT=\"VIM\">\n"; ! echo "<BASE HREF=\"http://php-budget.sourceforge.net/\">\n"; echo "<title>PHPBudget</title>\n"; echo "</head>\n"; echo "<body bgcolor=\"#9999CC\" text=\"#000000\" link=\"#000066\" vlink=\"#80008 0\" alink=\"#00FFFF\">\n"; //End header --- 14,24 ---- echo "<META NAME=\"description\" CONTENT=\"PHPBudget site\">\n"; echo "<META NAME=\"generator\" CONTENT=\"VIM\">\n"; ! echo "<BASE HREF=\"http://php-budget.sourceforge.net/phpbudget/\">\n"; echo "<title>PHPBudget</title>\n"; echo "</head>\n"; echo "<body bgcolor=\"#9999CC\" text=\"#000000\" link=\"#000066\" vlink=\"#80008 0\" alink=\"#00FFFF\">\n"; + echo "<BIG>PHPB</BIG><SMALL>udget</SMALL>"; + echo "<hr><br>\n"; //End header |