// remove sidebar for user profile pages
if ($this->template == 'account')
return;
if ($this->template == 'activity')
return;
if ($this->template == 'admin')
return;
if ($this->template == 'ask')
return;
if ($this->template == 'categories')
return;
if ($this->template == 'favorites')
return;
if ($this->template == 'feedback')
return;
if ($this->template == 'hot')
return;
if ($this->template == 'ip')
return;
if ($this->template == 'login')
return;
if ($this->template == 'message')
return;
if ($this->template == 'qa')
return;
if ($this->template == 'question')
return;
if ($this->template == 'questions')
return;
if ($this->template == 'register')
return;
if ($this->template == 'search')
return;
if ($this->template == 'tag')
return;
if ($this->template == 'tags')
return;
if ($this->template == 'unanswered')
return;
if ($this->template == 'updates')
return;
if ($this->template == 'user')
return;
if ($this->template == 'users')
return;