Change category of module

This commit is contained in:
Laurent Destailleur 2009-07-06 08:24:57 +00:00
parent 1b8c9df552
commit 8339801303

View File

@ -1,5 +1,5 @@
<?php <?php
/* Copyright (C) 2007 Laurent Destailleur <eldy@users.sourceforge.net> /* Copyright (C) 2007-2009 Laurent Destailleur <eldy@users.sourceforge.net>
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
@ -20,22 +20,21 @@
* \defgroup domain Module domain * \defgroup domain Module domain
* \brief Module to manage a list of DNS names * \brief Module to manage a list of DNS names
* \version $Id$ * \version $Id$
*/ */
/** /**
\file htdocs/includes/modules/modDomain.class.php * \file htdocs/includes/modules/modDomain.class.php
\ingroup adherent * \ingroup domain
\brief Fichier de description et activation du module domain * \brief Fichier de description et activation du module domain
*/ */
include_once(DOL_DOCUMENT_ROOT ."/includes/modules/DolibarrModules.class.php"); include_once(DOL_DOCUMENT_ROOT ."/includes/modules/DolibarrModules.class.php");
/** /**
\class modAdherent * \class modDomain
\brief Classe de description et activation du module Adherent * \brief Classe de description et activation du module Domain
*/ */
class modDomain extends DolibarrModules class modDomain extends DolibarrModules
{ {
@ -54,7 +53,8 @@ class modDomain extends DolibarrModules
$this->description = "Gestion d'une base de noms de domaines"; $this->description = "Gestion d'une base de noms de domaines";
$this->version = 'development'; // 'development' or 'experimental' or 'dolibarr' or version $this->version = 'development'; // 'development' or 'experimental' or 'dolibarr' or version
$this->const_name = 'MAIN_MODULE_'.strtoupper($this->name); $this->const_name = 'MAIN_MODULE_'.strtoupper($this->name);
$this->special = 2; // Where to store the module in setup page (0=common,1=interface,2=others,3=very specific)
$this->special = 3;
$this->picto='user'; $this->picto='user';
// Dir // Dir