Subversion Repositories SmartDukaan

Rev

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

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