[Gnucash-changes] r12831 - htdocs/trunk - single file, single header listing

Neil Williams codehelp at cvs.gnucash.org
Tue Jan 17 13:05:21 EST 2006


Author: codehelp
Date: 2006-01-17 13:05:21 -0500 (Tue, 17 Jan 2006)
New Revision: 12831
Trac: http://svn.gnucash.org/trac/changeset/12831

Added:
   htdocs/trunk/gnucash.css
Modified:
   htdocs/trunk/en/components/header.phtml
Log:
single file, single header listing

Modified: htdocs/trunk/en/components/header.phtml
===================================================================
--- htdocs/trunk/en/components/header.phtml	2006-01-17 18:04:03 UTC (rev 12830)
+++ htdocs/trunk/en/components/header.phtml	2006-01-17 18:05:21 UTC (rev 12831)
@@ -1,17 +1,16 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
 <html>
 <head>
-<link rel="stylesheet" href="/en/gnucash.css" type="text/css">
-<link rel="stylesheet" href="/gnucash2.css" type="text/css">
-<link rel="icon" href="favicon.ico" type="image/x-icon"> 
-<link rel="shortcut icon" href="favicon.ico" type="image/x-icon"> 
+<link rel="stylesheet" href="/gnucash.css" type="text/css">
+<link rel="icon" href="favicon.ico" type="image/x-icon">
+<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
 
 <!-- Hmm, I think the RSS should go only on the home page, not on all the pages ... -->
 <link rel="alternate" type="application/rss+xml" title="RSS" href="http://www.gnucash.org/en/rss-feed.phtml">
 <title>GnuCash - <?php echo $title; ?></title>
 </head>
 
-<body> 
+<body>
 <div id="head">
 <img src="/images/gnucash_logo1.png" alt="GnuCash Logo" id="gnclogo">
 <br/>

Copied: htdocs/trunk/gnucash.css (from rev 12830, htdocs/trunk/gnucash2.css)



More information about the gnucash-changes mailing list