Quote:
Originally Posted by Inverness
code which says that things are gs1, half-gs2, and gs2]
|
How can you say GS1, half-GS2, and GS2? It's personal preference!
GS1 is
PHP Code:
showimg 200, block.png, 10, 30;
Half-GS2 is
PHP Code:
showimg 200, block.png, 10, 30;
changeimgvis( 200, 20 );
GS2 is
PHP Code:
showimg( 200, "block.png", 10, 30 );
Just because something else was added does not mean previous functions were deprecated (though it may well be).