Lines Matching refs:txt
83 $txt = "";
84 $txt .= '<span>';
85 $txt .= '<iframe';
86 $txt .= ' width="145"';
87 $txt .= ' height="385"';
88 $txt .= ' src="http://www.'.$param['site'].'.net/user/';
94 $txt .= ' border="0"';
95 $txt .= ' frameborder="0"';
96 $txt .= ' marginheight="0"';
97 $txt .= ' marginwidth="0"';
98 $txt .= ' scrolling="no">';
99 $txt .= '</iframe>';
100 $txt .= '</span>';
101 $renderer->doc .= $txt;