mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-02 03:08:53 +00:00
Change theme handling in profile controller
This commit is contained in:
@@ -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(
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user