diff --git a/library/includes/sessions.php b/library/includes/sessions.php index 1e26469b..face629c 100644 --- a/library/includes/sessions.php +++ b/library/includes/sessions.php @@ -20,6 +20,7 @@ class user_common */ var $opt_js = array( 'only_new' => 0, // show ony new posts or topics + 'h_from' => 0, // hide from (country) 'h_av' => 0, // hide avatar 'h_rnk_i' => 0, // hide rank images 'h_post_i' => 0, // hide post images diff --git a/styles/templates/default/viewtopic.tpl b/styles/templates/default/viewtopic.tpl index 31cba0eb..07878f61 100644 --- a/styles/templates/default/viewtopic.tpl +++ b/styles/templates/default/viewtopic.tpl @@ -1,5 +1,6 @@