if (do_name() != 'Home') : ?>
photobot.Layer.down()
endif ?>Syntax
canvas.layers[i].down()
Description
Moves layer i down in the stacking order. This is the opposite of the Layer.up() command.
Example
Moves the robot.jpg image on top of the penguin.jpg image.
photobot = ximport("photobot") canvas = photobot.canvas(100,100) canvas.layer("robot.jpg") canvas.layer("penguin.jpg") canvas.layers[2].down()include("util/comment.php"); ?>