????
| 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/nggattr.php |
<?php
require_once( dirname ( dirname( dirname(__FILE__) ) ). '/pinwheel-config.php');
$galleriesOptions = get_pinwheel_nextgen_galleries();
$html='
<!-- nextGen-->
<tr valign="top" class="nextgen">
<td scope="row">
<label for="gallery_id">'.__('Select Gallery','pinwheel-slider').'</label></td>
<td>
<div class="styled-select">
<select name="gallery_id">
'.$galleriesOptions.'
</select>
</div>
</td>
</tr>
';
print($html);
?>