Esempio n. 1
0
echo $maxgallery_options->custom_styles_enabled_key;
?>
"><?php 
_e('Enabled:', 'maxgalleria');
?>
</label>
			</td>
			<td>
				<input type="checkbox" id="<?php 
echo $maxgallery_options->custom_styles_enabled_key;
?>
" name="<?php 
echo $maxgallery_options->custom_styles_enabled_key;
?>
" <?php 
echo $maxgallery_options->get_custom_styles_enabled() == 'on' ? 'checked' : '';
?>
 />
			</td>
		</tr>
		<tr>
			<td width="60">
				<?php 
_e('URL:', 'maxgalleria');
?>
			</td>
			<td>
				<input type="text" class="wide" id="<?php 
echo $maxgallery_options->custom_styles_url_key;
?>
" name="<?php