diff options
author | jeroenpraat <jeroenpraat@xs4all.nl> | 2015-12-09 01:39:20 +0100 |
---|---|---|
committer | jeroenpraat <jeroenpraat@xs4all.nl> | 2015-12-09 01:39:20 +0100 |
commit | 60b0f9af909b6f944edd913cb96915cc8c3b7ec3 (patch) | |
tree | 0df872d85d24118cce12a1a1b0cb1e7bfc4f3adb /include/identity.php | |
parent | 9d04406f9ae8a91f8ec5f3be7f89471ac5605522 (diff) | |
parent | 29ac533cc908a57115d52a8659bce348b36ae6fa (diff) | |
download | volse-hubzilla-60b0f9af909b6f944edd913cb96915cc8c3b7ec3.tar.gz volse-hubzilla-60b0f9af909b6f944edd913cb96915cc8c3b7ec3.tar.bz2 volse-hubzilla-60b0f9af909b6f944edd913cb96915cc8c3b7ec3.zip |
Merge branch 'master' of https://github.com/redmatrix/hubzilla
Diffstat (limited to 'include/identity.php')
-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); -// } } /** |