I'm trying tu use sIFR module but I can only use with sScelector and font parameter:
Sifr::replaceElement("h1", "din");
when I try a third parameter like sColor:
Sifr::replaceElement("h1", "din",sColor:"#000000");
I get:
Parse error: syntax error, unexpected ':' in...
There's a way to get this work? Thanks.