????
| Current Path : /home2/morganrand/www/wp-content/plugins/pinwheel-slider/includes/tinymce/format/ |
| 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);
?>