! Have the front page plugin also update the back-to-helpdesk button's URL in case shd_home was not set correctly.
gruffen

gruffen commited on 2011-05-20 01:47:57
Showing 1 changed files, with 1 additions and 0 deletions.

... ...
@@ -70,6 +70,7 @@ function shd_frontpage_helpdesk(&$subactions)
70 70
 			);
71 71
 		}
72 72
 	}
73
+	$context['navigation']['back']['url'] = $scripturl . '?' . $context['shd_home'] . $context['shd_dept_link'];
73 74
 
74 75
 	// Now, fix the actions
75 76
 	$subactions['main'] = array(null, 'shd_frontpage_source');
76 77