<?php
/**
 *
 * 
 * @author Christophe BOULAIN (Christophe.Boulain@ceram.fr)
 * @copyright Copyright &copy; 2007, CERAM Sophia Antipolis
 * @license url nameoflicense
 * @version $Id$
 * 
 */

prado::using ('Application.controls.ToggleImageButton');

class ExtendedToggleImageButton extends ToggleImageButton {
	
}
?>