Quote:
Originally Posted by DustyPorViva
Seems excessive for just some leaps. I'd say if you can't get it working clientside, perhaps think about creating your own leap gani and showing it with an index under 200.
|
That or just show a GANI with the putleaps in the script?
PHP Code:
SCRIPT
if ( created )
{
putleaps( params[0], params[1], params[2] );
}
SCRIPTEND
If you don't use if ( created ) you will lose the params sent, for some reason. You could do the same thing with attrs as well though.