! Tie the helpdesk front page plugin into the magical placeholder I set up. This might solve a lot of issues, it might break a lot of front page related things. Please test, let me know what doesn't work as expected (theory says I should have nailed everything!)
gruffen

gruffen commited on 2011-05-19 05:42:31
Showing 1 changed files, with 1 additions and 0 deletions.

... ...
@@ -46,6 +46,7 @@ function shd_frontpage_helpdesk(&$subactions)
46 46
 	}
47 47
 
48 48
 	// Fix the navigation to have a tickets button as well as the main button
49
+	$context['shd_home'] = 'action=helpdesk;sa=tickets';
49 50
 	$navigation = $context['navigation'];
50 51
 	$context['navigation'] = array();
51 52
 
52 53