diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-12-08 16:32:06 -0800 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-12-08 16:32:06 -0800 |
commit | 29ac533cc908a57115d52a8659bce348b36ae6fa (patch) | |
tree | 6b3995430ae369e319cd64094c2acaca3f809a09 /include | |
parent | 79340c514715b5353333d8882fba450c9e42cc7e (diff) | |
download | volse-hubzilla-29ac533cc908a57115d52a8659bce348b36ae6fa.tar.gz volse-hubzilla-29ac533cc908a57115d52a8659bce348b36ae6fa.tar.bz2 volse-hubzilla-29ac533cc908a57115d52a8659bce348b36ae6fa.zip |
remove some unused stuff
Diffstat (limited to 'include')
-rw-r--r-- | include/identity.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/identity.php b/include/identity.php index 95ade3b28..98ba26bd8 100644 --- a/include/identity.php +++ b/include/identity.php @@ -896,12 +896,6 @@ function profile_load(&$a, $nickname, $profile = '') { $_SESSION['theme'] = $p[0]['channel_theme']; -// $a->set_template_engine(); // reset the template engine to the default in case the user's theme doesn't specify one - -// $theme_info_file = "view/theme/".current_theme()."/php/theme.php"; -// if (file_exists($theme_info_file)){ -// require_once($theme_info_file); -// } } /** |