XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
config.php
Go to the documentation of this file.
1 <?php
20 defined('XOOPS_ROOT_PATH') or die('Restricted access');
21 
22 return $config = array(
23  'highlight' => 'php',// Source code highlight: '' - disable; 'php' - php highlight; 'geshi' - geshi highlight
24  'language' => 'PHP');// Default language for code highlight, applicable only if geshi is enabled
25 
26 ?>