Delete script helper and extend HTML helper instead

This commit is contained in:
Eike Foken
2011-04-23 12:53:37 +02:00
parent d5af05f859
commit 90c27d82cd
3 changed files with 59 additions and 54 deletions

View File

@@ -64,7 +64,7 @@ $autoload['libraries'] = array('lang_detect', 'database', 'session');
| $autoload['helper'] = array('url', 'file');
*/
$autoload['helper'] = array('url', 'html', 'script', 'language');
$autoload['helper'] = array('url', 'html', 'language');
/*