| cms_hooks fields wrote: |
| type: 0=script, 1=tpl ... active: possibility for site admins to enable/disable them. cfile: required - this is the Core file you want to interact with eg: includes/classes/blocks.php cfunc: optional - Core function where you want to fire up your script eg: init hfile: required - path where your script is located eg: modules/your/file.php hfunc: optional - the function you want to call eg: your_function |
| Quote:: |
| Fatal error: Call to undefined function: stripos() in /home/***/includes/cmsinit.inc on line 30 |
| PHP: |
|
| PHP: |
|
| Quote:: |
| type: 0 (script) active: 1 (enable) cfile: includes/cmsinit.inc cfunc: empty (optional) hfile: none (required, though) hfunc: get_lang('pagetitles') |
All times are GMT