diff options
author | Kevin Chabowski <kevin@kch42.de> | 2011-08-18 17:45:40 +0200 |
---|---|---|
committer | Kevin Chabowski <kevin@kch42.de> | 2011-08-18 17:45:40 +0200 |
commit | f7192d05ab4afafdd91c517b4c3fd6329a3c3a24 (patch) | |
tree | f2e5bfe181a739ef005325ceba8d26983debea73 /ratatoeskr/sys/plugin_api.php | |
parent | 49d251000e2a280b4feb42d33750b00edca2c543 (diff) | |
download | ratatoeskr-cms-f7192d05ab4afafdd91c517b4c3fd6329a3c3a24.tar.gz ratatoeskr-cms-f7192d05ab4afafdd91c517b4c3fd6329a3c3a24.tar.bz2 ratatoeskr-cms-f7192d05ab4afafdd91c517b4c3fd6329a3c3a24.zip |
Improved documentation.
Diffstat (limited to 'ratatoeskr/sys/plugin_api.php')
-rw-r--r-- | ratatoeskr/sys/plugin_api.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ratatoeskr/sys/plugin_api.php b/ratatoeskr/sys/plugin_api.php index 697c375..65e4c9c 100644 --- a/ratatoeskr/sys/plugin_api.php +++ b/ratatoeskr/sys/plugin_api.php @@ -1,9 +1,9 @@ <?php /* - * File: plugin_api.php - * + * File: ratatoeskr/sys/plugin_api.php * Plugin API contains the plugin base class and other interfaces to Ratatöskr. - * + * + * License: * This file is part of Ratatöskr. * Ratatöskr is licensed unter the MIT / X11 License. * See "ratatoeskr/licenses/ratatoeskr" for more information. @@ -14,7 +14,7 @@ require_once(dirname(__FILE__) . "/models.php"); $url_handlers = array(); /* * Function: register_url_handler - * Register an URL handler. See <urlprocess.php> for more details. + * Register an URL handler. See <ratatoeskr/sys/urlprocess.php> for more details. * * Parameters: * $name - The name of the new URL |