Change category of module
This commit is contained in:
parent
1b8c9df552
commit
8339801303
@ -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
|
||||||
@ -23,19 +23,18 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
\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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user