public
Description: Wilfire CMS - Plugin for the PHP-Wax Framework
Homepage: http://wildfirecms.com/
Clone URL: git://github.com/phpwax/wildfire.git
wildfire / ini.php
100644 7 lines (7 sloc) 0.199 kb
1
2
3
4
5
6
7
<?
/**
* The first file loaded in for each plugin, should do very little and only manipulate simple values.
* DO NOT DO ANYTHING COMPLICATED HERE!
*/
Autoloader::add_asset_type("help", "help");
?>