Subversion Repositories SmartDukaan

Rev

Rev 10582 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 10582 Rev 11169
Line 11... Line 11...
11
*/
11
*/
12
 
12
 
13
 
13
 
14
 
14
 
15
/* End of file hooks.php */
15
/* End of file hooks.php */
16
/* Location: ./application/config/hooks.php */
-
 
17
16
/* Location: ./application/config/hooks.php */
-
 
17
$hook['post_controller'] = array(
-
 
18
    'class' => 'Tracking',
-
 
19
    'function' => 'tracking_info',
-
 
20
    'filename' => 'tracking.php',
-
 
21
    'filepath' => 'hooks',
-
 
22
    'params' => array()
-
 
23
);
-
 
24
18
25