id_lang; $categories = $db->ExecuteS($sql_category); $this->_html .= $this->_buildHtmlCategoryBlock($categories); $this->_html .= ''; $this->_html .= ''; $this->_html .= ''; echo $this->_html; } private function _buildHtmlCategoryBlock($categories) { global $cookie; $token = Tools::getAdminToken('AdminBraderie'.(int)(Tab::getIdFromClassName('AdminBraderie')).(int)($cookie->id_employee)); $html = '
'; return $html; } }