2010-10-14, 02:41:56
Zegnåt Wrote:Should probably be this:Code:$raamkleur = ($border_color == '')?"#66cc66":$border_color;
$tekskleur = ($text_color == '')?'#000066':$text_color;
Didn’t test, but makes sense, because raamkleur and tekskleur are border colour and text colour when translated to English.Code:$border_color = ($border_color == '')?"#66cc66":$border_color;
$text_color = ($text_color == '')?'#000066':$text_color;
Thanks Zegnåt, Sorry have bad habbit to code in my native language if I get to tired
Will change that and also add the updated code just to keep the code clean of warnings.
Thanks
Stopped developing on GS Plugins. Anybody welcome to take the projects over. Thanks for all the support all.