<?php
global $conf;
$ret ='<draw_text><text x="0" y="0" width="50" rotation="0" align="left" size="60" color="000000" alpha="90">';
$ret .= $conf['lang'];
$ret .= '</text></draw_text>';
return $ret;
?>
