????
| 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/rssattr.php |
<?php
require_once( dirname ( dirname( dirname(__FILE__) ) ). '/pinwheel-config.php');
$html='
<!-- rssfeed -->
<tr valign="top" class="rssfeed">
<td scope="row">
<label for="feedurl">'.__('Feedurl','pinwheel-slider').'</label></td>
<td>
<input type="text" name="feedurl" />
</td>
</tr>
';
print($html);
?>