Project

General

Profile

« Previous | Next » 

Revision 794

Added by doc over 16 years ago

updated edit module CSS functions to include backend.css into head if possible

View differences:

class.admin.php
319 319
		$head_links = "";
320 320
		if($file_id == "css") {
321 321
      	$base_link = '<link href="'.WB_URL.'/modules/{MODULE_DIRECTORY}/backend.css"'; 
322
			$base_link.= 'rel="stylesheet" type="text/css" media="screen" />';
322
			$base_link.= ' rel="stylesheet" type="text/css" media="screen" />';
323 323
			$base_file = "backend.css";
324 324
		} else {
325 325
			$base_link = '<script type="text/javascript" src="'.WB_URL.'/modules/{MODULE_DIRECTORY}/backend.js"></script>';

Also available in: Unified diff