From 9a53d317a704b7e2723b0e97140c019f365b87f6 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Mon, 9 Apr 2018 23:19:24 +0200 Subject: [PATCH] Change theme handling in profile controller --- app/Http/Controllers/ProfileController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/ProfileController.php b/app/Http/Controllers/ProfileController.php index d1c35b4ae..15b84662d 100644 --- a/app/Http/Controllers/ProfileController.php +++ b/app/Http/Controllers/ProfileController.php @@ -101,7 +101,7 @@ class ProfileController extends BasePageController $meta_keywords = 'view,profile,user,details'; $meta_description = 'View User Profile for '.$data['username']; - $content = $this->smarty->fetch($this->theme.'/profile.tpl'); + $content = $this->smarty->fetch('profile.tpl'); $this->smarty->assign( [