11-02-2013, 04:55 AM
Here is file needed to be placed in the following path:
/<your domain public_html>/application/modules/Review/views/helpers/ In that folder you need to have some files more: Allow.php, Numbers.php, Price.php and Review.php.
Tested and works fine.
P.S. If still not work, place word "public" in front of the function ad($id, $show_image = 'no') like here:
/<your domain public_html>/application/modules/Review/views/helpers/ In that folder you need to have some files more: Allow.php, Numbers.php, Price.php and Review.php.
Tested and works fine.
P.S. If still not work, place word "public" in front of the function ad($id, $show_image = 'no') like here:
PHP Code:
public function ad($id, $show_image = 'no')