????

Your IP : 216.73.216.174


Current Path : /home2/morganrand/www/wp-content/plugins/pinwheel-slider/includes/tinymce/format/
Upload File :
Current File : /home2/morganrand/www/wp-content/plugins/pinwheel-slider/includes/tinymce/format/igattr.php

<?php 
require_once( dirname ( dirname( dirname(__FILE__) ) ). '/pinwheel-config.php');
$html='
<tr valign="top" >
	<td scope="row">
		<label for="username">'.__('User Name','pinwheel-slider').'</label>
	</td> 
	<td>
		<input type="text" name="username" id="user-name" class="pinwheel-form-input" />
	</td>
</tr>
';
print($html);
?>