Project

General

Profile

« Previous | Next » 

Revision ed6e63e6

Added by Scott Ullrich over 16 years ago

Inculde correct css file for redirecting portion

View differences:

usr/local/www/index.php
82 82
		include('head.inc');
83 83

  
84 84
		echo "<body link=\"#0000CC\" vlink=\"#0000CC\" alink=\"#0000CC\">\n";
85
		
86
		if(file_exists("/usr/local/www/themes/{$g['theme']}/wizard.css")) 
87
			echo "<link rel=\"stylesheet\" href=\"/themes/{$g['theme']}/wizard.css\" media=\"all\" />\n";
88
		else 
89
			echo "<link rel=\"stylesheet\" href=\"/themes/{$g['theme']}/all.css\" media=\"all\" />";
90
		
85 91
		echo "<form>\n";
86 92
		echo "<center>\n";
87 93
		echo "<img src=\"/themes/{$g['theme']}/images/logo.gif\" border=\"0\"><p>\n";

Also available in: Unified diff