Ok I think I figured it out.
'profilepicmaxwidth' => 100, 'profilepicmaxheight' => 100, 'profilepicmaxsize' => 25000, 'uttstore_discount' => 0
// ## </ucs>
'shouthierarchy' => 5, 'shoutmaxdaily' =>0
);
Should be:
'profilepicmaxwidth' => 100, 'profilepicmaxheight' => 100, 'profilepicmaxsize' => 25000, 'uttstore_discount' => 0
// ## </ucs>
,'shouthierarchy' => 5, 'shoutmaxdaily' =>0
);
Note the "," before the "shouthierarchy"
|