| 1 |
<?php |
<?php |
| 2 |
// $Id: API.php,v 1.21 2008/02/13 20:42:24 ax Exp $ |
// $Id: API.php,v 1.22 2008/04/01 00:55:56 agentken Exp $ |
| 3 |
|
|
| 4 |
|
|
| 5 |
/** |
/** |
| 22 |
*/ |
*/ |
| 23 |
|
|
| 24 |
/** |
/** |
| 25 |
* @file |
* @defgroup mysite_plugins MySite Plugins |
| 26 |
* Documentation file for MySite's internal hooks. |
* Files which use the MySite API to add features and functionality. |
| 27 |
* |
* |
| 28 |
* @ingroup mysite_hooks |
* MySite uses four types of plugins: |
| 29 |
*/ |
* - 'formats' control the display of content on a page. |
| 30 |
|
* - 'layouts' control the position of content on a page. |
| 31 |
/** |
* - 'styles' affect the design of content on a page. |
| 32 |
* @defgroup load MySite Includes |
* - 'types' define the content on a page. |
|
* Functions for loading the appropriate plugins for use with MySite. |
|
| 33 |
*/ |
*/ |
| 34 |
|
|
| 35 |
/** |
/** |
| 36 |
* @defgroup themes Theme Functions |
* @file |
| 37 |
* Theme functions used by the MySite module. |
* Documentation file for MySite's internal hooks. |
| 38 |
*/ |
* |
| 39 |
|
* @ingroup mysite |
|
/** |
|
|
* @defgroup forms FormsAPI Functions |
|
|
* Form functions used by the MySite module. |
|
|
*/ |
|
|
|
|
|
/** |
|
|
* @defgroup includes Special Functions |
|
|
* Special functions used by MySite type include files. |
|
|
*/ |
|
|
|
|
|
/** |
|
|
* @defgroup icons MySite Icons |
|
|
* Functions used with the Icon Browser supplied by the MySite Icons module. |
|
|
*/ |
|
|
|
|
|
/** |
|
|
* @defgroup contrib Module Integration |
|
|
* Functions used to integrate MySite with other contributed modules. |
|
| 40 |
*/ |
*/ |
| 41 |
|
|
| 42 |
/** |
/** |