Fixes #117
jdarwood007

jdarwood007 commited on 2019-04-13 10:02:53
Showing 1 changed files, with 1 additions and 0 deletions.

... ...
@@ -384,6 +384,7 @@ function shd_profile_show_tickets($memID)
384 384
 	global $txt, $user_info, $scripturl, $modSettings, $smcFunc, $board, $user_profile, $context;
385 385
 
386 386
 	// Navigation
387
+	loadTemplate('sd_template/SimpleDesk', array('helpdesk'));
387 388
 	$context['show_tickets_navigation'] = array(
388 389
 		'tickets' => array('text' => 'shd_profile_show_tickets', 'lang' => true, 'url' => $scripturl . '?action=profile;u=' . $memID . ';area=hd_showtickets;sa=tickets'),
389 390
 		'replies' => array('text' => 'shd_profile_show_replies', 'lang' => true, 'url' => $scripturl . '?action=profile;u=' . $memID . ';area=hd_showtickets;sa=replies'),
390 391