'; $AllowDebugInfo = 0; if ($this->Context->Session->User) { if ($this->Context->Session->User->Permission('PERMISSION_ALLOW_DEBUG_INFO')) $AllowDebugInfo = 1; } if ($this->Context->Mode == MODE_DEBUG && $AllowDebugInfo) { echo '
Debug Options | Resize: 800x600, 1024x768 | Hide This'; echo $this->Context->SqlCollector->GetMessages(); echo '
'; } ?>