Changeset 1806:6a0391e85f73 for inc/prepend.php
- Timestamp:
- 09/13/13 11:38:14 (12 years ago)
- Branch:
- actionsreloaded
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/prepend.php
r1796 r1806 64 64 $__autoload['context'] = dirname(__FILE__).'/public/lib.tpl.context.php'; 65 65 $__autoload['dcUrlHandlers'] = dirname(__FILE__).'/public/lib.urlhandlers.php'; 66 $__autoload['dcPostsAction Set'] = dirname(__FILE__).'/admin/actions/class.dcactionposts.php';67 $__autoload['dcAction Set'] = dirname(__FILE__).'/admin/actions/class.dcaction.php';66 $__autoload['dcPostsActionsPage'] = dirname(__FILE__).'/admin/actions/class.dcactionposts.php'; 67 $__autoload['dcActionsPage'] = dirname(__FILE__).'/admin/actions/class.dcaction.php'; 68 68 69 69 # Clearbricks extensions
Note: See TracChangeset
for help on using the changeset viewer.