You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

13 lines
433 B

<?php if ($value === null): ?>
<p>
Sie sind nicht mit Immotooler verbunden
</p>
<p>
<a href="https://app.immotooler.com/oauth/authorize" class="it-login-button">
<img src="<?php echo $pluginDir; ?>resources/img/immotooler.png">
<span>Mit Immotooler verbinden</span>
</a>
</p>
<?php else: ?>
<input type="color" value="<?php echo esc_attr($value); ?>" name="it-slider-options[<?php echo esc_attr($name); ?>]">
<?php endif; ?>