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