Hello.
I have a problem with my New attributes_controller.php file. When I click on attributes controller in the admin it returns the following error:
Parse error: syntax error, unexpected $end in /home/sites/domainname/public_html/admin/attributes_controller.php on line 1655.
Here is the section of code from the php file. Line 1655 is highlighted red.;
<?php
$show_model = zen_get_products_model($products_filter);
if(!empty($show_model)) {
$show_model = " - (" . $show_model . ")";
}
echo zen_clean_html(zen_get_products_name($products_filter)) . $show_model;
?>
I cant see the problem with this lihe of code.. I tried uploading the improved attributes_controller.php file from another thread but I get exactly the same error. Any assistance would be great.
Regards
Martin


. I tried uploading the improved attributes_controller.php file from another thread but I get exactly the same error. Any assistance would be great.

