comparison admin/application/config/autoload.php @ 50:f145419ea889

Stripped out majority of Phil Sturgeon's templater (sorry Phil), to be fully replaced by theme packs akin to Wordpress
author joshjcarrier
date Sat, 12 Jun 2010 02:51:16 -0700
parents 5fe318ec00e2
children cb20deeded8e
comparison
equal deleted inserted replaced
49:5fe318ec00e2 50:f145419ea889
37 | Prototype: 37 | Prototype:
38 | 38 |
39 | $autoload['libraries'] = array('database', 'session', 'xmlrpc'); 39 | $autoload['libraries'] = array('database', 'session', 'xmlrpc');
40 */ 40 */
41 41
42 $autoload['libraries'] = array('Template', 'session', 'mantis_auth', 'phphgadmin', 'form_validation'); 42 $autoload['libraries'] = array('session', 'mantis_auth', 'phphgadmin', 'form_validation');
43 43
44 44
45 /* 45 /*
46 | ------------------------------------------------------------------- 46 | -------------------------------------------------------------------
47 | Auto-load Helper Files 47 | Auto-load Helper Files
49 | Prototype: 49 | Prototype:
50 | 50 |
51 | $autoload['helper'] = array('url', 'file'); 51 | $autoload['helper'] = array('url', 'file');
52 */ 52 */
53 53
54 $autoload['helper'] = array('language', 'form', 'url'); 54 $autoload['helper'] = array('language', 'form', 'url', 'hg_template');
55 55
56 56
57 /* 57 /*
58 | ------------------------------------------------------------------- 58 | -------------------------------------------------------------------
59 | Auto-load Plugins 59 | Auto-load Plugins