Path : /srv/www/vhosts/ambfinance/admin/library/TF/Html/ |
Current File : /srv/www/vhosts/ambfinance/admin/library/TF/Html/Image.php |
<?php class TF_Html_Image extends TF_Html { function __construct ($src, $title = "") { parent::__construct("img", null, array("alt" => $title , "src" => $src), true, true); } }