Change theme handling in profile controller

This commit is contained in:
DariusIII
2018-04-09 23:19:24 +02:00
parent 4bb3fb341f
commit 9a53d317a7
+1 -1
View File
@@ -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(
[