[grisbi-cvs] grisbi-web/newsportal head.inc, 1.3, 1.4 thread.php, 1.1, 1.2
NIEL GĂ©rald
gegeweb at users.sourceforge.net
Mon May 24 21:05:19 CEST 2010
Update of /cvsroot/grisbi/grisbi-web/newsportal
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv27031/newsportal
Modified Files:
head.inc thread.php
Log Message:
minor change
Index: thread.php
===================================================================
RCS file: /cvsroot/grisbi/grisbi-web/newsportal/thread.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- thread.php 24 May 2010 14:50:59 -0000 1.1
+++ thread.php 24 May 2010 19:05:17 -0000 1.2
@@ -23,7 +23,7 @@
<a name="top"></a>
-<h1 class="np_thread_headline"><?=htmlspecialchars($group); ?></h1>
+<h2 class="np_thread_headline"><?=htmlspecialchars($group); ?></h2>
<?
echo '<table cellpadding="0" cellspacing="0" width="100%" class="np_buttonbar"><tr>';
Index: head.inc
===================================================================
RCS file: /cvsroot/grisbi/grisbi-web/newsportal/head.inc,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- head.inc 24 May 2010 19:00:08 -0000 1.3
+++ head.inc 24 May 2010 19:05:17 -0000 1.4
@@ -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