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( [