[grisbi-cvs] grisbi-web/newsportal index.php, 1.2, 1.3 newsportal.php, 1.1, 1.2

NIEL GĂ©rald gegeweb at users.sourceforge.net
Mon May 24 21:25:57 CEST 2010


Update of /cvsroot/grisbi/grisbi-web/newsportal
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv30489/newsportal

Modified Files:
	index.php newsportal.php 
Log Message:

site intergration

Index: index.php
===================================================================
RCS file: /cvsroot/grisbi/grisbi-web/newsportal/index.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- index.php	24 May 2010 19:09:49 -0000	1.2
+++ index.php	24 May 2010 19:25:55 -0000	1.3
@@ -4,7 +4,7 @@
    include "auth.inc";
    include "head.inc"; ?>
 
-<h2 class="np_index_headline"><? echo htmlspecialchars($title); ?></h2>
+<h2><? echo htmlspecialchars($title); ?></h2>
 
 <?
 include("$file_newsportal");
@@ -15,4 +15,8 @@
 echo '</div>';
 ?>
 
+<p id="newsportal">
+&quot;<a href="http://florian-amrhein.de/newsportal/">News-Portal</a>&quot;
+was written by <a href="http://florian-amrhein.de">Florian Amrhein</a>.</p>
+
 <? include "tail.inc"; ?>

Index: newsportal.php
===================================================================
RCS file: /cvsroot/grisbi/grisbi-web/newsportal/newsportal.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- newsportal.php	24 May 2010 14:50:59 -0000	1.1
+++ newsportal.php	24 May 2010 19:25:55 -0000	1.2
@@ -412,14 +412,14 @@
         $acttype="text";
         if($i>0)
           echo '</div>';
-        echo '<div class="np_index_grouphead">';
+        echo '<h3>';
       }
       echo $g->text;
     } else {
       if($acttype!="group") {
         $acttype="group";
         if($i>0)
-          echo '</div>';
+          echo '</h3>';
         echo '<div class="np_index_groupblock">';
       }
       echo '<div class="np_index_group">';



More information about the cvs mailing list