includes/constants.php
changeset 504 bc8e0e9ee01d
parent 468 194a19711346
child 507 586fd7d3202d
equal deleted inserted replaced
503:f205f4b201ed 504:bc8e0e9ee01d
   101 // Protection levels
   101 // Protection levels
   102 // These are still hardcoded in some places, so don't change them
   102 // These are still hardcoded in some places, so don't change them
   103 define('PROTECT_NONE', 0);
   103 define('PROTECT_NONE', 0);
   104 define('PROTECT_FULL', 1);
   104 define('PROTECT_FULL', 1);
   105 define('PROTECT_SEMI', 2);
   105 define('PROTECT_SEMI', 2);
       
   106 
       
   107 // Special comments - plugin blocks
       
   108 define('PLUGIN_METABLOCK_LANGUAGE_START', '/**!language**');
       
   109 define('PLUGIN_METABLOCK_LANGUAGE_END', '**!*/');
   106 
   110 
   107 //
   111 //
   108 // Enano versions progress
   112 // Enano versions progress
   109 //
   113 //
   110 
   114