[grisbi-cvs] grisbi-web/newsportal head.inc,1.2,1.3
NIEL GĂ©rald
gegeweb at users.sourceforge.net
Mon May 24 21:00:11 CEST 2010
Update of /cvsroot/grisbi/grisbi-web/newsportal
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv25388/newsportal
Modified Files:
head.inc
Log Message:
minor change
Index: head.inc
===================================================================
RCS file: /cvsroot/grisbi/grisbi-web/newsportal/head.inc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- head.inc 24 May 2010 15:21:36 -0000 1.2
+++ head.inc 24 May 2010 19:00:08 -0000 1.3
@@ -3,8 +3,8 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" />
-<link rel="icon" href="../images/grisbi-16.png" type="image/png" />
-<link rel="stylesheet" href="../styles/main.css" type="text/css" />
+<link rel="icon" href="/images/grisbi-16.png" type="image/png" />
+<link rel="stylesheet" href="/styles/main.css" type="text/css" />
<title><? echo htmlspecialchars($title); ?></title>
<style type="text/css">
<!--
@@ -34,6 +34,6 @@
</head>
<body>
<?
-if (file_exists("../templates/menu.inc.$lang")) include ("../templates/menu.inc.$lang");
-else include ("../templates/menu.inc.$default_lang");
+if (file_exists("/templates/menu.inc.$lang")) include ("/templates/menu.inc.$lang");
+else include ("/templates/menu.inc.$default_lang");
?>
More information about the cvs
mailing list