|
There is your issue. You have never defined the class $Style which are defined elsewhere. We use a style array for our forum integration to remap classes when using forum styles and the $Style array is predefined in each integration file
{$Style['GREYLINERIGHT']}
The class name is not that use since you are not using that array use the straight class name
greylineright
|