Project

General

Profile

« Previous | Next » 

Revision 1112

Added by Matthias almost 15 years ago

Added some missing variables to backend_themes (Thanks to Stefek)

View differences:

settings.php
97 97
				'ADMIN_URL' => ADMIN_URL,
98 98
				'WB_URL' => WB_URL,
99 99
				'WB_PATH' => WB_PATH,
100
				'THEME_URL' => THEME_URL,
101
			) );
100
				'THEME_URL' => THEME_URL
101
				)
102
		);
102 103

  
103 104
// Work-out if we should show the "manage sections" link
104 105
$query_sections = $database->query("SELECT section_id FROM ".TABLE_PREFIX."sections WHERE page_id = '$page_id' AND module = 'menu_link'");

Also available in: Unified diff