gforge-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gforge-commits] gforge/www/include Layout.class,1.85,1.86


From: cbayle
Subject: [Gforge-commits] gforge/www/include Layout.class,1.85,1.86
Date: Mon, 26 Jul 2004 04:08:07 -0500

Update of /cvsroot/gforge/gforge/www/include
In directory db.perdue.net:/tmp/cvs-serv27459/www/include

Modified Files:
        Layout.class 
Log Message:
Added cssstyle hook


Index: Layout.class
===================================================================
RCS file: /cvsroot/gforge/gforge/www/include/Layout.class,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -d -r1.85 -r1.86
--- Layout.class        21 Jul 2004 23:40:19 -0000      1.85
+++ Layout.class        26 Jul 2004 09:08:04 -0000      1.86
@@ -192,6 +192,7 @@
        a.tabsellink { color: black; text-decoration: none; font-weight: bold; 
font-size: <?php echo $this->FONTSIZE_SMALLER; ?>; }
        a.tabsellink:visited { color: black; text-decoration: none; 
font-weight: bold; font-size: <?php echo $this->FONTSIZE_SMALLER; ?>; }
        a.tabsellink:hover { text-decoration: none; color: black; font-weight: 
bold; font-size: <?php echo $this->FONTSIZE_SMALLER; ?>; }
+       <?php plugin_hook ("cssstyle",$this) ; ?>
        -->
 </style>
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]