$_params
$_params : array
Valid parameters: - images: (array) An array of Horde_Image objects to overlay.
- gravity: (string) The gravity describing the placement. One of None,
Center, East, Forget, NorthEast, North, NorthWest,
SouthEast, South, SouthWest, West
- x and y: (integer) Coordinates for the overlay placement.
EITHER gravity OR coordinates may be set. If both are provided, the behaviour is undefined.