[Evolvis-commits] r142: fix a few basic theme problems↵ still not working↵

mirabilos at evolvis.org mirabilos at evolvis.org
Mon Jun 15 16:10:22 CEST 2009


Author: mirabilos
Date: 2009-06-15 14:10:22 +0000 (Mon, 15 Jun 2009)
New Revision: 142

Removed:
   trunk/gforge_base/gforge-4.8~rc2/www/themes/evolvis/images/logo_repo.png.1
   trunk/gforge_base/gforge-4.8~rc2/www/themes/evolvis_old/images/logo_repo.png.1
Modified:
   trunk/gforge_base/gforge-4.8~rc2/www/themes/evolvis/templates/overall_header.tpl
   trunk/gforge_base/gforge-4.8~rc2/www/themes/evolvis_old/Theme.class.php
   trunk/gforge_base/gforge-4.8~rc2/www/themes/evolvis_old/templates/overall_header.tpl
Log:
fix a few basic theme problems
still not working


Deleted: trunk/gforge_base/gforge-4.8~rc2/www/themes/evolvis/images/logo_repo.png.1
===================================================================
(Binary files differ)

Modified: trunk/gforge_base/gforge-4.8~rc2/www/themes/evolvis/templates/overall_header.tpl
===================================================================
--- trunk/gforge_base/gforge-4.8~rc2/www/themes/evolvis/templates/overall_header.tpl	2009-06-15 14:00:20 UTC (rev 141)
+++ trunk/gforge_base/gforge-4.8~rc2/www/themes/evolvis/templates/overall_header.tpl	2009-06-15 14:10:22 UTC (rev 142)
@@ -20,7 +20,6 @@
 	}
 	-->
 	</script>
-  	<link href="http://evolvis-test.tarent.de/themes/evolvis/style.css" rel="stylesheet" type="text/css" />
   </head>
 
   <body>

Modified: trunk/gforge_base/gforge-4.8~rc2/www/themes/evolvis_old/Theme.class.php
===================================================================
--- trunk/gforge_base/gforge-4.8~rc2/www/themes/evolvis_old/Theme.class.php	2009-06-15 14:00:20 UTC (rev 141)
+++ trunk/gforge_base/gforge-4.8~rc2/www/themes/evolvis_old/Theme.class.php	2009-06-15 14:10:22 UTC (rev 142)
@@ -44,8 +44,8 @@
 		$this->Layout();
 
 		// The root location for images
-		$this->imgroot = '/themes/evolvis/images/';
-		$this->imgproj = '/themes/evolvis/images/proj/';
+		$this->imgroot = '/themes/evolvis_old/images/';
+		$this->imgproj = '/themes/evolvis_old/images/proj/';
 
 		// The primary light background color
 		// Alternate list
@@ -99,8 +99,8 @@
 		//standard evolvis color
 		$this->EVOLVIS_COLOR='#CC0E08';
 		$this->EVOLVIS_BG_COLOR='#bebebe';
-		$this->allvar=array( 	'imgroot' => '/themes/evolvis/images/',
-					'imgproj' => '/themes/evolvis/images/proj/',
+		$this->allvar=array( 	'imgroot' => '/themes/evolvis_old/images/',
+					'imgproj' => '/themes/evolvis_old/images/proj/',
 					'COLOR_LTBACK1' => '#FFFFFF',
 					'COLOR_LTBACK2' => '#FFFFFF',
 					'COLOR_HTMLBOX_BACK' => '#FFFFFF',
@@ -118,7 +118,7 @@
 					'COLOR_HTMLBOX_TITLE' => '#FF0000'
 				);
 		require_once('template.class');
-		$this->template = new template('/usr/share/gforge/www/themes/evolvis/templates/');
+		$this->template = new template('/usr/share/gforge/www/themes/evolvis_old/templates/');
 	}
 
 	/**

Deleted: trunk/gforge_base/gforge-4.8~rc2/www/themes/evolvis_old/images/logo_repo.png.1
===================================================================
(Binary files differ)

Modified: trunk/gforge_base/gforge-4.8~rc2/www/themes/evolvis_old/templates/overall_header.tpl
===================================================================
--- trunk/gforge_base/gforge-4.8~rc2/www/themes/evolvis_old/templates/overall_header.tpl	2009-06-15 14:00:20 UTC (rev 141)
+++ trunk/gforge_base/gforge-4.8~rc2/www/themes/evolvis_old/templates/overall_header.tpl	2009-06-15 14:10:22 UTC (rev 142)
@@ -20,7 +20,6 @@
 	}
 	-->
 	</script>
-  	<link href="http://evolvis-test.tarent.de/themes/evolvis/style.css" rel="stylesheet" type="text/css" />
   </head>
 
   <body>




More information about the evolvis-commits mailing list